mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Merge pull request #6446 from appwrite/chore-update-database
chore: update database
This commit is contained in:
commit
74f9ec4907
1 changed files with 1 additions and 1 deletions
|
|
@ -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)];
|
||||
|
|
|
|||
Loading…
Reference in a new issue