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