Fix typo in SQL migration logs
This commit is contained in:
parent
38d4595e3b
commit
4ee46cb490
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,7 @@ function updateToSchemaVersion31(currentVersion: number, db: Database): void {
|
|||
if (currentVersion >= 31) {
|
||||
return;
|
||||
}
|
||||
console.log('updateToSchemaVersion10: starting...');
|
||||
console.log('updateToSchemaVersion31: starting...');
|
||||
db.transaction(() => {
|
||||
db.exec(`
|
||||
DROP INDEX unprocessed_id;
|
||||
|
|
Loading…
Reference in a new issue