missing changes & fixes from oceannomads (#376)

This commit is contained in:
Ulf Gebhardt 2025-09-10 11:26:02 +01:00 committed by GitHub
parent 756a2cdf64
commit 3129171534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
"show_start_end" : false,
"custom_profile_url" : "https://community.oceannomads.co/members",
"show_text_input" : true,
"show_name_iput" : false,
"show_name_input" : false,
"show_header_view_in_form" : true,
"small_form_edit" : true
},
@ -62,7 +62,7 @@
"show_profile_button" : true,
"show_start_end" : false,
"show_text_input" : false,
"show_name_iput" : true,
"show_name_input" : true,
"show_header_view_in_form" : false,
"small_form_edit" : false
}

View File

@ -28,7 +28,7 @@ ON CONFLICT (id) DO UPDATE
-- Type: event
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
SELECT
'startEnd', '1', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id
'startEnd', '3', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id
FROM
public.types as types
WHERE
@ -41,7 +41,7 @@ ON CONFLICT (id) DO UPDATE
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
SELECT
'texts', '2', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id
'texts', '4', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id
FROM
public.types as types
WHERE
@ -54,7 +54,7 @@ ON CONFLICT (id) DO UPDATE
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
SELECT
'gallery', '3', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id
'gallery', '5', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id
FROM
public.types as types
WHERE