Remove region index

This commit is contained in:
fogelito
2026-01-04 12:20:22 +02:00
parent 65883122e3
commit b6aeaffe8b
-7
View File
@@ -1461,13 +1461,6 @@ $platformCollections = [
'lengths' => [],
'orders' => [Database::ORDER_ASC],
],
[
'$id' => ID::custom('_key_region'),
'type' => Database::INDEX_KEY,
'attributes' => ['region'],
'lengths' => [],
'orders' => [Database::ORDER_ASC],
],
[
'$id' => ID::custom('_key_piid_diid_drt'),
'type' => Database::INDEX_KEY,