Fix typo in SQL migration logs

This commit is contained in:
Fedor Indutny 2021-06-02 11:43:54 -07:00 committed by GitHub
parent 38d4595e3b
commit 4ee46cb490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;