Documentation ¶
Index ¶
- Variables
- func CheckNoLegacyJobs(ctx context.Context, ds queryer) error
- func Down195(ctx context.Context, tx *sql.Tx) error
- func Down36(ctx context.Context, tx *sql.Tx) error
- func Down54(ctx context.Context, tx *sql.Tx) error
- func Down56(ctx context.Context, tx *sql.Tx) error
- func Up195(ctx context.Context, tx *sql.Tx) error
- func Up36(ctx context.Context, tx *sql.Tx) error
- func Up54(ctx context.Context, tx *sql.Tx) error
- func Up56(ctx context.Context, tx *sql.Tx) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Migration195 = goose.NewGoMigration(195, &goose.GoFunc{RunTx: Up195}, &goose.GoFunc{RunTx: Down195})
View Source
var Migration36 = goose.NewGoMigration(36, &goose.GoFunc{RunTx: Up36}, &goose.GoFunc{RunTx: Down36})
View Source
var Migration54 = goose.NewGoMigration(54, &goose.GoFunc{RunTx: Up54}, &goose.GoFunc{RunTx: Down54})
View Source
var Migration56 = goose.NewGoMigration(56, &goose.GoFunc{RunTx: Up56}, &goose.GoFunc{RunTx: Down56})
Functions ¶
func CheckNoLegacyJobs ¶
CheckNoLegacyJobs ensures that there are no legacy job specs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.