Reduce work for verifying transaction completion
This commit is contained in:
parent
b6e978f74c
commit
178a3cc262
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ exports.runMigrations = async ({ Backbone, database } = {}) => {
|
|||
storeName: 'items',
|
||||
}))();
|
||||
|
||||
await deferredToPromise(migrationCollection.fetch());
|
||||
await deferredToPromise(migrationCollection.fetch({ limit: 1 }));
|
||||
await closeDatabase(database.id);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue