Skip to content

Commit

Permalink
fix: start single migration strategy (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Feb 12, 2024
1 parent 2e495ad commit 2d98b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/migrations/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export function startAsyncMigrations(signal: AbortSignal) {
return
case MultitenantMigrationStrategy.PROGRESSIVE:
progressiveMigrations.start(signal)
break
case MultitenantMigrationStrategy.FULL_FLEET:
runMigrationsOnAllTenants(signal).catch((e) => {
logger.error(
Expand Down

0 comments on commit 2d98b16

Please sign in to comment.