mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
ExecUp/ExecDown now take (ctx, Migration, sql string) instead of (ctx, Migration) with embedded Up/Down fields. Applied returns []Migration instead of []AppliedMigration. - pgmigrate, mymigrate, litemigrate, msmigrate: new interface, v1.0.2 dep - shmigrate: v1.0.2 dep, remove temporary replace directive - cmd/sql-migrate: v1.0.2 dep
11 lines
244 B
Modula-2
11 lines
244 B
Modula-2
module github.com/therootcompany/golib/database/sqlmigrate/mymigrate
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/therootcompany/golib/database/sqlmigrate v1.0.2
|
|
)
|
|
|
|
require filippo.io/edwards25519 v1.1.0 // indirect
|