1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +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' => [],
'orders' => [],
],
[
'$id' => ID::custom('_unique_target_topic'),
'type' => Database::INDEX_UNIQUE,
'attributes' => ['targetInternalId', 'topicInternalId'],
'lengths' => [],
'orders' => [],
],
[
'$id' => ID::custom('_fulltext_search'),
'type' => Database::INDEX_FULLTEXT,