mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: move database version to 5.6
This commit is contained in:
@@ -109,6 +109,7 @@ export default class Backup {
|
||||
|
||||
switch (version) {
|
||||
case CURRENT_DATABASE_VERSION:
|
||||
case 5.5:
|
||||
case 5.4:
|
||||
case 5.3:
|
||||
case 5.2:
|
||||
|
||||
@@ -35,7 +35,8 @@ export const migrations = {
|
||||
return item;
|
||||
},
|
||||
},
|
||||
5.5: {
|
||||
5.5: {},
|
||||
5.6: {
|
||||
note: false,
|
||||
notebook: false,
|
||||
tag: false,
|
||||
|
||||
Reference in New Issue
Block a user