wip: migrations
This commit is contained in:
parent
5ab7469601
commit
b5c00b0d0c
|
@ -41,6 +41,7 @@ class DatabaseStorage {
|
||||||
await database.execute(createKeychainTable);
|
await database.execute(createKeychainTable);
|
||||||
await database.execute(createLicenseTable);
|
await database.execute(createLicenseTable);
|
||||||
if (version >= 2) {
|
if (version >= 2) {
|
||||||
|
await database.execute(createLicenseTable);
|
||||||
await database.execute(updatePetsHistoryTrigger);
|
await database.execute(updatePetsHistoryTrigger);
|
||||||
}
|
}
|
||||||
if (version >= 3) {
|
if (version >= 3) {
|
||||||
|
|
Loading…
Reference in New Issue