Remove Backbone references for attachment migration
It has to run without any other migrations interfering.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user