diff --git a/src/common/DataStructureVersion.ts b/src/common/DataStructureVersion.ts index 3f62a4e3..f4cf946b 100644 --- a/src/common/DataStructureVersion.ts +++ b/src/common/DataStructureVersion.ts @@ -1,4 +1,4 @@ /** * This version indicates that the sql/entities/*Entity.ts files got changed and the db needs to be recreated */ -export const DataStructureVersion = 35; +export const DataStructureVersion = 36;