Use camelCase
for non-constructors
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
console.log('Migrate database without attachments');
|
console.log('Migrate database without attachments');
|
||||||
await Migrations1DatabaseWithoutAttachmentData.run({
|
await Migrations1DatabaseWithoutAttachmentData.run({
|
||||||
Backbone,
|
Backbone,
|
||||||
Database: Whisper.Database,
|
database: Whisper.Database,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('Storage fetch');
|
console.log('Storage fetch');
|
||||||
|
@@ -12,5 +12,4 @@ exports.migrations = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
exports.run = ({ Backbone, Database } = {}) =>
|
exports.run = runMigrations;
|
||||||
runMigrations({ Backbone, database: Database });
|
|
||||||
|
Reference in New Issue
Block a user