Skip to content

Commit

Permalink
Update migration filenames per db
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbarbour committed Mar 12, 2024
1 parent c622974 commit fd35e8a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package achgateway

import "embed"

//go:embed migrations/*mysql*.sql
//go:embed migrations/*.up.mysql.sql
var MySqlMigrationFS embed.FS

//go:embed migrations/*spanner*.sql
//go:embed migrations/*.up.spanner.sql
var SpannerMigrationFS embed.FS

//go:embed configs/config.default.yml
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd35e8a

Please sign in to comment.