[Fix] table not found exception.

This commit is contained in:
Elvis Lee 2019-12-06 14:59:12 +08:00
parent 3c74a20f56
commit 770da50078
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class _WebDelegate extends DatabaseDelegate {
@override
Future<void> runCustom(String statement, List args) {
_db.runWithArgs(statement, args);
_storeDb();
return Future.value();
}