mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Fix typo in SQL migration logs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user