mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Don't set tenant for project collections creation
This commit is contained in:
parent
a23402075e
commit
8ff72b341e
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ App::post('/v1/projects')
|
|||
if ($dsn->getHost() === System::getEnv('_APP_DATABASE_SHARED_TABLES', '')) {
|
||||
$dbForProject
|
||||
->setSharedTables(true)
|
||||
->setTenant($project->getInternalId())
|
||||
->setTenant(null)
|
||||
->setNamespace($dsn->getParam('namespace'));
|
||||
} else {
|
||||
$dbForProject
|
||||
|
|
|
|||
Loading…
Reference in a new issue