feat: move schema_migrations into 000_bootstrap.sql #95

Open
clawbot wants to merge 2 commits from feature/schema-migrations-000sql into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit f6d33e3ceb - Show all commits

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(