diff --git a/backend/src/db/schemas/models.ts b/backend/src/db/schemas/models.ts index a405ba004..afe1c3091 100644 --- a/backend/src/db/schemas/models.ts +++ b/backend/src/db/schemas/models.ts @@ -125,7 +125,7 @@ export enum ProjectUpgradeStatus { 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" }