mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-12 11:37:39 +01:00
Add log message for dummy migration 18
This commit is contained in:
@@ -6,6 +6,7 @@ exports.migrations = [
|
||||
version: 18,
|
||||
async migrate(transaction, next) {
|
||||
console.log('Migration 18');
|
||||
console.log('Attachments stored on disk');
|
||||
next();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user