mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
co-authored by
Eldad A. Fux
parent
00973d4a14
commit
90e9e5e7fd
+1
-1
@@ -96,7 +96,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
|
||||
Console::success('[Setup] - Creating database: appwrite...');
|
||||
$dbForConsole->create(App::getEnv('_APP_DB_SCHEMA', 'appwrite'));
|
||||
} catch (\Exception $e) {
|
||||
Console::error('Failed to create database: ' . $e->getMessage());
|
||||
Console::success('[Setup] - Skip: metadata table already exists');
|
||||
}
|
||||
|
||||
if ($dbForConsole->getCollection(Audit::COLLECTION)->isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user