Skip to content

Commit

Permalink
fix(migrations): respect for loop for remote db migrations (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Jan 20, 2025
1 parent 3941629 commit 23ac64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/database/server/utils/migrations/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export async function applyRemoteDatabaseMigrations(hub: HubConfig) {
}

log.success(`Database migration \`${migration}.sql\` applied`)
log.success('Database migrations up to date')
return true
}
log.success('Database migrations up to date')
return true
}

// #endregion
Expand Down

0 comments on commit 23ac64f

Please sign in to comment.