You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1080,6 +1080,21 @@ export default class DatabaseBackendMigrations {
1080
1080
},8);// Maximum concurrency is 4 by default, can be increased through UV_THREADPOOL_SIZE, see https://nodejs.org/dist/latest-v16.x/docs/api/cli.html#uv_threadpool_sizesize
1081
1081
}
1082
1082
1083
+
// Delete adminId before writeId to avoid problem in _renameColMigrations() (renames writeId to adminId
1084
+
// if writeId exists and adminId doesn't) if this aborts in the middle.
0 commit comments