2023-11-03 22:11:27 -04:00

10 lines
118 B
Go

package gomigrations
import (
"github.com/pressly/goose/v3"
)
func init() {
goose.AddMigrationContext(nil, nil)
}