migrate/internal/cli/build_firebird.go
Kirill Muratov 2c9773ed89 Added Firebird support (#191)
* 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
2019-03-21 01:51:49 -07:00

8 lines
104 B
Go

// +build firebird
package cli
import (
_ "github.com/golang-migrate/migrate/v4/database/firebird"
)