remove indexes

This commit is contained in:
Damodar Lohani
2021-07-22 11:08:41 +05:45
parent e88450268b
commit 7a2cab6a58
+2 -18
View File
@@ -199,15 +199,7 @@ $collections = [
'filters' => ['json'],
],
],
'indexes' => [
[
'$id' => '_fulltext_name',
'type' => Database::INDEX_FULLTEXT,
'attributes' => ['name'],
'lengths' => [1024],
'orders' => [Database::ORDER_ASC],
]
],
'indexes' => [],
],
'users' => [
@@ -632,15 +624,7 @@ $collections = [
'filters' => [],
],
],
'indexes' => [
[
'$id' => '_fulltext_name',
'type' => Database::INDEX_FULLTEXT,
'attributes' => ['name'],
'lengths' => [1024],
'orders' => [Database::ORDER_ASC],
]
],
'indexes' => [],
],
'memberships' => [