mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix: duplicate call to collection creation.
This commit is contained in:
parent
db128d1fb4
commit
9334b98308
1 changed files with 0 additions and 2 deletions
|
|
@ -102,8 +102,6 @@ class Create extends Action
|
|||
'name' => $name,
|
||||
'search' => \implode(' ', [$collectionId, $name]),
|
||||
]));
|
||||
|
||||
$dbForProject->createCollection('database_' . $database->getSequence() . '_collection_' . $collection->getSequence(), permissions: $permissions, documentSecurity: $documentSecurity);
|
||||
} catch (DuplicateException) {
|
||||
throw new Exception($this->getDuplicateException());
|
||||
} catch (LimitException) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue