We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877758 commit 71a812dCopy full SHA for 71a812d
src/Controllers/DatabaseController.js
@@ -1005,7 +1005,7 @@ DatabaseController.prototype.performInitialization = function() {
1005
throw error;
1006
});
1007
1008
- const indexPromise = this.adapter.updateSchemaWithIndexes());
+ const indexPromise = this.adapter.updateSchemaWithIndexes();
1009
1010
// Create tables for volatile classes
1011
const adapterInit = this.adapter.performInitialization({ VolatileClassesSchemas: SchemaController.VolatileClassesSchemas });
0 commit comments