We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3941629 commit 23ac64fCopy full SHA for 23ac64f
src/runtime/database/server/utils/migrations/remote.ts
@@ -63,9 +63,9 @@ export async function applyRemoteDatabaseMigrations(hub: HubConfig) {
63
}
64
65
log.success(`Database migration \`${migration}.sql\` applied`)
66
- log.success('Database migrations up to date')
67
- return true
68
+ log.success('Database migrations up to date')
+ return true
69
70
71
// #endregion
0 commit comments