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 ({
|
exports.processAll = async ({
|
||||||
Backbone,
|
|
||||||
databaseName,
|
databaseName,
|
||||||
minDatabaseVersion,
|
minDatabaseVersion,
|
||||||
upgradeMessageSchema,
|
upgradeMessageSchema,
|
||||||
} = {}) => {
|
} = {}) => {
|
||||||
if (!isObject(Backbone)) {
|
|
||||||
throw new TypeError('"Backbone" is required');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!isString(databaseName)) {
|
if (!isString(databaseName)) {
|
||||||
throw new TypeError('"databaseName" must be a string');
|
throw new TypeError('"databaseName" must be a string');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue