metadata collecting

routes renaming
permissions
This commit is contained in:
shimon
2022-07-13 18:40:30 +03:00
parent aeebbbe91d
commit 86b7215375
31 changed files with 420 additions and 94 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ App::post('/v1/projects')
$collections = Config::getParam('collections', []);
$dbForProject->setNamespace("_{$project->getInternalId()}");
$dbForProject->create('appwrite');
$dbForProject->create(App::getEnv('_APP_DB_SCHEMA', 'appwrite'));
$audit = new Audit($dbForProject);
$audit->setup();