Documentation ¶
Index ¶
- Constants
- func Create(db *sql.DB, name, migrationType string) error
- func Current(db *sql.DB, lggr logger.Logger) (int64, error)
- func Migrate(db *sql.DB, lggr logger.Logger) error
- func Rollback(db *sql.DB, lggr logger.Logger, version null.Int) error
- func SetMigrationENVVars(generalConfig chainlink.GeneralConfig) error
- func Status(db *sql.DB, lggr logger.Logger) error
Constants ¶
View Source
const MIGRATIONS_DIR string = "migrations"
Variables ¶
This section is empty.
Functions ¶
func SetMigrationENVVars ¶ added in v2.6.0
func SetMigrationENVVars(generalConfig chainlink.GeneralConfig) error
SetMigrationENVVars is used to inject values from config to goose migrations via env.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.