Remove Backbone references for attachment migration

It has to run without any other migrations interfering.
This commit is contained in:
Daniel Gasienica 2018-03-29 15:38:05 -04:00
parent 77f8f598de
commit c67c2a858a

View file

@ -75,15 +75,10 @@ exports.processNext = async ({
};
exports.processAll = async ({
Backbone,
databaseName,
minDatabaseVersion,
upgradeMessageSchema,
} = {}) => {
if (!isObject(Backbone)) {
throw new TypeError('"Backbone" is required');
}
if (!isString(databaseName)) {
throw new TypeError('"databaseName" must be a string');
}