From b6c1f98055b2de2296b9e7bfd5dd626d8f5d8775 Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Tue, 21 May 2024 18:07:12 +1000 Subject: [PATCH] fix: switch the priority, development should be lower than production --- services/api/src/resources/project/sql.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/src/resources/project/sql.ts b/services/api/src/resources/project/sql.ts index 5f247989dd..2b7f941087 100644 --- a/services/api/src/resources/project/sql.ts +++ b/services/api/src/resources/project/sql.ts @@ -137,8 +137,8 @@ export const Sql = { storageCalc = 1, problemsUi = 0, factsUi = 0, - productionBuildPriority = 5, - developmentBuildPriority = 6, + productionBuildPriority = 6, + developmentBuildPriority = 5, deploymentsDisabled = 0, developmentEnvironmentsLimit = 5, organization,