Add log message for dummy migration 18

pull/1/head
Daniel Gasienica 8 years ago
parent 579b01283e
commit 172616ca4f

@ -6,6 +6,7 @@ exports.migrations = [
version: 18, version: 18,
async migrate(transaction, next) { async migrate(transaction, next) {
console.log('Migration 18'); console.log('Migration 18');
console.log('Attachments stored on disk');
next(); next();
}, },
}, },

Loading…
Cancel
Save