1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Add missing unique index

This commit is contained in:
Jake Barnby 2024-02-21 13:09:14 +13:00
parent a9d1aa5bca
commit 52d4b649e4
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2113,6 +2113,13 @@ $commonCollections = [
'lengths' => [], 'lengths' => [],
'orders' => [], 'orders' => [],
], ],
[
'$id' => ID::custom('_unique_target_topic'),
'type' => Database::INDEX_UNIQUE,
'attributes' => ['targetInternalId', 'topicInternalId'],
'lengths' => [],
'orders' => [],
],
[ [
'$id' => ID::custom('_fulltext_search'), '$id' => ID::custom('_fulltext_search'),
'type' => Database::INDEX_FULLTEXT, 'type' => Database::INDEX_FULLTEXT,