Add log message for dummy migration 18
This commit is contained in:
parent
579b01283e
commit
172616ca4f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ exports.migrations = [
|
|||
version: 18,
|
||||
async migrate(transaction, next) {
|
||||
console.log('Migration 18');
|
||||
console.log('Attachments stored on disk');
|
||||
next();
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue