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
@@ -127,7 +127,7 @@ App::post('/v1/projects')
$collections = Config::getParam('collections', []);
$dbForProject->setNamespace("_{$project->getInternalId()}");
$dbForProject->create(App::getEnv('_APP_DB_SCHEMA', 'appwrite'));
$dbForProject->create();
$audit = new Audit($dbForProject);
$audit->setup();