mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
* Added Firebird support * Fixed typo * Refactoring * Schema migrations table name don't have to be upper case * Fixed readme * Added Firebird 2.5 support * Removed SchemaName * Refactoring
8 lines
104 B
Go
8 lines
104 B
Go
// +build firebird
|
|
|
|
package cli
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/database/firebird"
|
|
)
|