Remove old comment about await in loop
This commit is contained in:
parent
ef781af0ce
commit
842d7980a6
1 changed files with 0 additions and 1 deletions
|
@ -1663,7 +1663,6 @@ function updateSchema(db: Database): void {
|
|||
for (let index = 0; index < maxUserVersion; index += 1) {
|
||||
const runSchemaUpdate = SCHEMA_VERSIONS[index];
|
||||
|
||||
// Yes, we really want to do this asynchronously, in order
|
||||
runSchemaUpdate(userVersion, db);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue