From 1c1fd2bed4e27ff4c5351e528377bc74a89bfd7c Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 19 Mar 2025 13:16:04 +0200 Subject: [PATCH] add indexes --- app/config/collections/platform.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/config/collections/platform.php b/app/config/collections/platform.php index 8725f4b4ce..9c4d8887b2 100644 --- a/app/config/collections/platform.php +++ b/app/config/collections/platform.php @@ -356,6 +356,13 @@ return [ 'attributes' => ['pingedAt'], 'lengths' => [], 'orders' => [], + ], + [ + '$id' => ID::custom('_key_database'), + 'type' => Database::INDEX_KEY, + 'attributes' => ['database'], + 'lengths' => [], + 'orders' => [], ] ], ],