fix: rename 000_bootstrap.sql to 000.sql per issue spec
All checks were successful
check / check (push) Successful in 2m40s

This commit is contained in:
2026-03-25 14:46:24 -07:00
parent a883d708a2
commit f6d33e3ceb
2 changed files with 1 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ func (database *Database) runMigrations(
ctx context.Context, ctx context.Context,
) error { ) error {
bootstrap, err := SchemaFiles.ReadFile( bootstrap, err := SchemaFiles.ReadFile(
"schema/000_bootstrap.sql", "schema/000.sql",
) )
if err != nil { if err != nil {
return fmt.Errorf( return fmt.Errorf(