mirror of https://github.com/AMT-Cheif/drift.git
[Fix] table not found exception.
This commit is contained in:
parent
3c74a20f56
commit
770da50078
|
@ -68,6 +68,7 @@ class _WebDelegate extends DatabaseDelegate {
|
|||
@override
|
||||
Future<void> runCustom(String statement, List args) {
|
||||
_db.runWithArgs(statement, args);
|
||||
_storeDb();
|
||||
return Future.value();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue