fix: rename 000_bootstrap.sql to 000.sql per issue spec
Some checks failed
check / check (push) Has been cancelled

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

View File

@@ -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(