From d28a235b4d1a53bb2f7a2c1ca53d50a366b9b982 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 17 Jul 2023 16:31:19 +0300 Subject: [PATCH] $projectInternalId rollback to false --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 12904a1e20..2ef81ceb18 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -986,7 +986,7 @@ $collections = [ 'format' => '', 'size' => Database::LENGTH_KEY, 'signed' => true, - 'required' => true, + 'required' => false, 'default' => null, 'array' => false, 'filters' => [],