Merge pull request #6446 from appwrite/chore-update-database

chore: update database
This commit is contained in:
Christy Jacob
2023-10-02 18:02:43 -04:00
committed by GitHub
+1 -1
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)];