From 29ad61d4617b25f9e2ef21e88845e257b3b5f595 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 2 Oct 2023 22:01:42 +0000 Subject: [PATCH] chore: update database --- app/controllers/api/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index c1bebfc74d..9b4b746bed 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -121,7 +121,7 @@ App::post('/v1/projects') } } - if ($index = array_search('database_db_fra1_v14x_07', $databases)) { + if ($index = array_search('database_db_fra1_v14x_06', $databases)) { $database = $databases[$index]; } else { $database = $databases[array_rand($databases)];