mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Worker
This commit is contained in:
@@ -123,7 +123,7 @@ function createAttribute(string $databaseId, string $collectionId, Document $att
|
||||
'format' => $format,
|
||||
'formatOptions' => $formatOptions,
|
||||
'filters' => $filters,
|
||||
'options' => $options, // Do we want all of the options?
|
||||
'options' => $options, // Do we want all options?
|
||||
]);
|
||||
|
||||
$dbForProject->checkAttribute($collection, $attribute);
|
||||
|
||||
Reference in New Issue
Block a user