diff --git a/backend/src/db/schemas/models.ts b/backend/src/db/schemas/models.ts index 083340d9d..b15912a57 100644 --- a/backend/src/db/schemas/models.ts +++ b/backend/src/db/schemas/models.ts @@ -119,7 +119,7 @@ export enum ProjectVersion { export enum ProjectUpgradeStatus { InProgress = "IN_PROGRESS", - // Completed = "Project upgrade completed.", // Will be null if completed. So a completed status is not needed + // Completed -> Will be null if completed. So a completed status is not needed Failed = "FAILED" }