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) {
|
if (currentVersion >= 31) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('updateToSchemaVersion10: starting...');
|
console.log('updateToSchemaVersion31: starting...');
|
||||||
db.transaction(() => {
|
db.transaction(() => {
|
||||||
db.exec(`
|
db.exec(`
|
||||||
DROP INDEX unprocessed_id;
|
DROP INDEX unprocessed_id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue