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) {
|
switch (version) {
|
||||||
case CURRENT_DATABASE_VERSION:
|
case CURRENT_DATABASE_VERSION:
|
||||||
|
case 5.5:
|
||||||
case 5.4:
|
case 5.4:
|
||||||
case 5.3:
|
case 5.3:
|
||||||
case 5.2:
|
case 5.2:
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ export const migrations = {
|
|||||||
return item;
|
return item;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
5.5: {
|
5.5: {},
|
||||||
|
5.6: {
|
||||||
note: false,
|
note: false,
|
||||||
notebook: false,
|
notebook: false,
|
||||||
tag: false,
|
tag: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user