From 1ccd61ece5ecf57c8be3f3f36d62cd500943b74f Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 3 Mar 2026 12:15:21 +0200 Subject: [PATCH] functionInternalId --- app/config/collections/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index ecd3db1733..107e1061b9 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -2193,7 +2193,7 @@ return [ [ '$id' => ID::custom('_key_function_internal_id'), 'type' => Database::INDEX_KEY, - 'attributes' => ['resourceInternalId'], + 'attributes' => ['functionInternalId'], 'lengths' => [], 'orders' => [], ],