1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

chore: update database

This commit is contained in:
Christy Jacob 2023-10-02 22:01:42 +00:00
parent 58165e9389
commit 29ad61d461

View file

@ -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)];