feat: move schema_migrations into 000_bootstrap.sql #95

Merged
sneak merged 2 commits from feature/schema-migrations-000sql into main 2026-03-30 21:35:53 +02:00
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,
) error {
bootstrap, err := SchemaFiles.ReadFile(
"schema/000_bootstrap.sql",
"schema/000.sql",
)
if err != nil {
return fmt.Errorf(