mirror of
https://github.com/pressly/goose.git
synced 2025-09-04 19:37:19 +00:00
10 lines
118 B
Go
10 lines
118 B
Go
package gomigrations
|
|
|
|
import (
|
|
"github.com/pressly/goose/v3"
|
|
)
|
|
|
|
func init() {
|
|
goose.AddMigrationContext(nil, nil)
|
|
}
|