generated from dellevin/template
角色信息添加刷新按钮
This commit is contained in:
@@ -56,7 +56,7 @@ class DatabaseHelper {
|
||||
|
||||
return await openDatabase(
|
||||
path,
|
||||
version: 25,
|
||||
version: 26,
|
||||
onCreate: _createDB,
|
||||
onUpgrade: _onUpgrade,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user