fix: add minor migration

This commit is contained in:
thecodrr
2020-12-07 13:11:44 +05:00
parent 555ffd24f7
commit a7750dfc06
6 changed files with 23 additions and 8 deletions

View File

@@ -95,6 +95,7 @@ export default class Backup {
switch (version) {
case CURRENT_DATABASE_VERSION:
case 3:
case 4:
case 2: {
return backup;
}