Merge branch 'master' of github.com:appwrite/appwrite into 1.1.x

This commit is contained in:
Christy Jacob
2022-11-01 22:21:19 +05:30
7 changed files with 70 additions and 355 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
try {
$redis->flushAll();
Console::success('[Setup] - Creating database: appwrite...');
$dbForConsole->create(App::getEnv('_APP_DB_SCHEMA', 'appwrite'));
$dbForConsole->create();
} catch (\Exception $e) {
Console::success('[Setup] - Skip: metadata table already exists');
}