hotfix: initWithStore
This commit is contained in:
parent
354c5cde82
commit
a7a762015d
2 changed files with 2 additions and 5 deletions
|
|
@ -31,7 +31,6 @@ Future<Database> getDatabase(Client client) async {
|
|||
filename: 'moor.sqlite',
|
||||
password: password,
|
||||
);
|
||||
debugPrint('[Moor] Database has been created');
|
||||
if (needMigration) {
|
||||
debugPrint('[Moor] Start migration');
|
||||
await migrate(client.clientName, _db, store);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue