migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Database migrations. CLI and Golang library.

Results 408 migrate issues
Sort by recently updated
recently updated
newest added

Hello, This pull request add DML migration support for spanner #135. Thanks, Patrice

database

**Is your feature request related to a problem? Please describe.** At `$job` I'm required to use AWS via SSO, which means that credentials are cached locally in a way that's...

**Describe the Bug** github.com/snowflakedb/[email protected] has a dependency on github.com/dgrijalva/[email protected]+incompatible this version of jwt-go has a vulnerability of: * allowing attackers to bypass intended access restrictions in situations with []string{} for...

This is not so much a driver, rather a way of using a custom DSN to signal that the regular Postgres and/or MySQL drivers should be wrapped around an RDS...

**Describe the Bug** I am trying to apply all migrations to local clickhouse database before all my intergration tests and got this error: code: 62, message: Cannot parse expression of...

**Describe the Bug** When running migrations that were created with the same timestamp migrate will crash. **Steps to Reproduce** Steps to reproduce the behavior: 1. Write two migrations with the...

**Describe the Bug** Currently, the `Neo4j` migration driver opens a session for each `Run` call (and others such as `SetVersion` and `Version`). This may cause an issue with Neo4j clusters...

**Problem** A use case that have come up with a customer would require us to keep a history of when migrations have been applied. **Solution** Most migration system I've seen...

**Describe the Bug** `migrate create` allows you to generate filenames that cannot be parsed **Steps to Reproduce** Use `migrate create` to create a migration: ```bash my_name="init" go run -tags 'postgres'...

**Describe the Bug** run `migrate -path db/migrations -database sqlite3://db/dev.db version` but print `error: database driver: unknown driver sqlite3 (forgotten import?)`. **Steps to Reproduce** **Expected Behavior** Include sqlite3 driver default. **Migrate...