[Store] Update database version
This commit is contained in:
parent
5abd5065fa
commit
cc84551f4d
|
@ -58,7 +58,7 @@ class Store {
|
|||
_init() async {
|
||||
var databasePath = await getDatabasesPath();
|
||||
String path = p.join(databasePath, "FluffyMatrix.db");
|
||||
_db = await openDatabase(path, version: 11,
|
||||
_db = await openDatabase(path, version: 12,
|
||||
onCreate: (Database db, int version) async {
|
||||
await createTables(db);
|
||||
}, onUpgrade: (Database db, int oldVersion, int newVersion) async {
|
||||
|
|
Loading…
Reference in a new issue