Files
weeding/_archive/sql/add_map_field.sql
2025-12-29 21:34:32 +03:00

4 lines
170 B
SQL

INSERT INTO public.site_contents (key, value, type, section)
VALUES ('contact_map_embed', '<iframe src="..."></iframe>', 'html', 'contact')
ON CONFLICT (key) DO NOTHING;