mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Remove last processed index after attachment migration
This commit is contained in:
@@ -179,6 +179,7 @@ exports.processAll = async ({
|
||||
} while (unprocessedMessages.length > 0);
|
||||
|
||||
await settings.markAttachmentMigrationComplete(connection);
|
||||
await settings.deleteAttachmentMigrationLastProcessedIndex(connection);
|
||||
|
||||
console.log('Close database connection');
|
||||
connection.close();
|
||||
|
||||
Reference in New Issue
Block a user