From 295d3f8b810c9cd272a3a541176d5828385ce5aa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Sep 2025 01:37:57 +0200 Subject: [PATCH] fix comment --- backend/directus-config/development/sql/type-ui-components.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/directus-config/development/sql/type-ui-components.sql b/backend/directus-config/development/sql/type-ui-components.sql index 3e5828ef..a939e120 100644 --- a/backend/directus-config/development/sql/type-ui-components.sql +++ b/backend/directus-config/development/sql/type-ui-components.sql @@ -65,7 +65,7 @@ ON CONFLICT (id) DO UPDATE sort = excluded.sort, types_id = excluded.types_id; --- Type: text+gallery +-- Type: user:text+gallery INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id) SELECT 'texts', '6', 'c960bbfc-5d98-4f6d-ae44-7a2b63d3359b' , '1', types.id