Skip to content

Commit 23ac64f

Browse files
authored
fix(migrations): respect for loop for remote db migrations (#426)
1 parent 3941629 commit 23ac64f

File tree

1 file changed

+2
-2
lines changed
  • src/runtime/database/server/utils/migrations

1 file changed

+2
-2
lines changed

src/runtime/database/server/utils/migrations/remote.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export async function applyRemoteDatabaseMigrations(hub: HubConfig) {
6363
}
6464

6565
log.success(`Database migration \`${migration}.sql\` applied`)
66-
log.success('Database migrations up to date')
67-
return true
6866
}
67+
log.success('Database migrations up to date')
68+
return true
6969
}
7070

7171
// #endregion

0 commit comments

Comments
 (0)