feat: added upgradeToV3 upgrader

This commit is contained in:
Xiaohan-Tian
2026-01-22 19:10:01 -08:00
parent 78b798e138
commit b46442bd9d
4 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export class KGProject {
@WithDefault(0)
private projectStructureVersion: number = 0;
public static readonly CURRENT_PROJECT_STRUCTURE_VERSION: number = 2;
public static readonly CURRENT_PROJECT_STRUCTURE_VERSION: number = 3;
@Expose()
@Type(() => KGTrack, {