1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Merge branch 'feat-add-messaging-collections-in-config' of https://github.com/appwrite/appwrite into feat-add-messaging-response-models

This commit is contained in:
Prateek Banga 2023-09-12 22:03:34 +05:30
commit 9fbad72b08

View file

@ -1482,7 +1482,7 @@ $commonCollections = [
[
'$id' => ID::custom('_key_default_type'),
'type' => Database::INDEX_KEY,
'attributes' => ['default, type'],
'attributes' => ['default','type'],
'lengths' => [],
'orders' => [Database::ORDER_ASC],
],