Remove Backbone references for attachment migration
It has to run without any other migrations interfering.
This commit is contained in:
parent
77f8f598de
commit
c67c2a858a
1 changed files with 0 additions and 5 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue