grate icon indicating copy to clipboard operation
grate copied to clipboard

grate - the SQL scripts migration runner

Results 70 grate issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We have a pipeline that relies on RoundHouse to deploy our DB stuff. We desire to upgrade our pipeline from...

This is still not fixed. Running grate on a postgres database which had previously been migrated using roundhouse does not work. _Originally posted by @cocytus in https://github.com/erikbra/grate/issues/245#issuecomment-2228173931_

**Describe the bug** Using grate.sqlserver, HasRun() check is fetching scripts from RoundhousE.**Grate**ScriptsRun which is wrong when trying to run my scripts (xxxx.NewAddressColumns.sql). My scripts already ran and are in RoundhousE.ScriptsRun...

bug

Hello, this is a possible solution to issue #536 :) It looks like this may be a more general problem than just one folder name, and it requires a separate...

**Describe the bug** Documentation states: ``` 3. runAfterCreateDatabase (Anytime scripts). This directory is only processed if the database was created from scratch by grate. Maybe you need to add user...

When running baseline (SQL Server), while 'in progress' there is a new version in the grate.Version table, but on completion this has vanished, and the grate.ScriptsRun table is left with...

Just found this repo/tool and was browsing around. It looks like the `csproj` files reference .NET 8, is that true? Should [CONTRIBUTING.md](https://github.com/erikbra/grate/blob/main/CONTRIBUTING.md) be updated for this? I can make the...

**Describe the bug** If an empty createDatabase folder exists, grate does not fall back to the default creation script, so no database is created. **To Reproduce** Create all default folders...

bug