mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #6446 from appwrite/chore-update-database
chore: update database
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user