1 Commits
Author SHA1 Message Date
user 106a8e1a84 fix: rename 000_bootstrap.sql to 000.sql per issue spec
check / check (push) Has been cancelled
2026-03-25 14:46:13 -07:00
2 changed files with 1 additions and 1 deletions
+1 -1
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(