fix: rename 000_bootstrap.sql to 000.sql per issue spec
All checks were successful
check / check (push) Successful in 2m40s
All checks were successful
check / check (push) Successful in 2m40s
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user