000000002.go 185 B

123456789101112
  1. package migrate
  2. import (
  3. "context"
  4. "golang-fave/engine/sqlw"
  5. )
  6. func Migrate_000000002(ctx context.Context, db *sqlw.DB, host string) error {
  7. // Empty migration file
  8. return nil
  9. }