feat: move schema_migrations into 000_bootstrap.sql #95
@@ -136,7 +136,7 @@ func (database *Database) runMigrations(
|
||||
ctx context.Context,
|
||||
) error {
|
||||
bootstrap, err := SchemaFiles.ReadFile(
|
||||
"schema/000_bootstrap.sql",
|
||||
"schema/000.sql",
|
||||
)
|
||||
if err != nil {
|
||||
return fmt.Errorf(
|
||||
|
||||
Reference in New Issue
Block a user