migrate
                                
                                
                                
                                    migrate copied to clipboard
                            
                            
                            
                        Database migrations. CLI and Golang library.
**Is your feature request related to a problem? Please describe.** In our development and acceptance environments, we often have several databases running on a database server as our CI/CD system...
**Is your feature request related to a problem? Please describe.** Current driver in golang is v1.7.4 Newest driver from neo4j is [v1.8.3](https://github.com/neo4j/neo4j-go-driver/releases) As of version 1.8.0 the driver was re-written...
```bash no migration found for version 15: read down for version 15 ``` what's is going on?
**Describe the Bug** Getting an error when trying to run a migration that creates a field with type `JSON`. **Steps to Reproduce** Steps to reproduce the behavior: 1. My migrations...
**Is your feature request related to a problem? Please describe.** No. I'd like to be able to manage fixtures via database, and would like to use golang-migrate to do this....
This reverts commit 81cbc9c0582a35289c8caed45d676bf6497c9618. The current clickhouse-go driver's version is 1.4.3, this version's driver doesn't support reading username/password using the following DSN: `clickhouse://username:password@host:port` This is the origin spec on the...
**Is your feature request related to a problem? Please describe.** At certain points in a schema migration, rollbacks become impossible. It would be nice to prevent rollbacks by storing an...
It would be nice to return the number of performed migrations, as this can be logged when migrations are performed and when someone is looking at the logs, he can...
### overview. The multi-statement mode work for Postgres is fantastic and addresses a long-standing issue we've had with this. By design, the multi-statement mode parser is meant to be pretty...
**Describe the Bug** Builds don't work when using the file driver using go1.17 due to build constraint in the file. **Steps to Reproduce** Steps to reproduce the behavior: 1. use...