sql-migrate icon indicating copy to clipboard operation
sql-migrate copied to clipboard

SQL schema migration tool for Go.

Results 94 sql-migrate issues
Sort by recently updated
recently updated
newest added

__Scenario:__ I have one directory with a schema migration. I have a second directory which contains a migration for setting up integration test data. __What happens:__ The schema migration is...

I have a SQL file that ends with a commented out line. SQL migration fails with the following error: ``` I0404 16:17:30.659541 22029 error.go:293] Error:INTERNAL ERROR: The last statement must...

Hey folks, So this is a semi-large PR for functionality that was requested in #45. We ran into the exact same need -- our applications run in docker containers on...

Currently the https://godoc.org/github.com/rubenv/sql-migrate#Migration has the Up, Down []string which I guess will be read and run by migrate.Exec. It would be nice if the Migration is an interface then we...

Currently, I haven't found a way to connect to a MySQL server that requires client cert-based authentication. Is there a way to do this ? If not, I'd be happy...

Add a configuration option within the configuration file that allows to override the default date format used to prefix the `sql`files. The format can be set globally or per environment....

Just wondered if others would find this useful... I'd like to see a `new` command so when using the command line I can do ``` shell sql-migrate new udf-ParseDate ```...

After the development process it would be useful to squash all migrations into one file.

a completely empty file fails for me in sql-migrate down: Migration failed: pq: syntax error at or near ";" handling 20161007095606_create_tunnel_keys.sql it would be great if there was a verbose...

Hi. We've got a weird situation. The following happens for every developer in my team, except for me. The patches work fine on my installation. This patch or anything really,...