[Store] Back to prev db version

This commit is contained in:
Christian Pauly 2019-07-26 11:06:33 +02:00
parent 582065bf3d
commit 98d22aaedd

View file

@ -55,7 +55,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: 8,
onCreate: (Database db, int version) async {
await createTables(db);
}, onUpgrade: (Database db, int oldVersion, int newVersion) async {