Skip to content

Commit 3d374d9

Browse files
authored
fix(migrations): do not return after first successful migrate (#659)
1 parent abe1a07 commit 3d374d9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export async function applyRemoteDatabaseQueries(hub: HubConfig) {
9191
}
9292

9393
consola.success(`Database query \`${queryPath}\` applied`)
94-
return true
9594
}
95+
return true
9696
}
9797

9898
// #endregion

0 commit comments

Comments
 (0)