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

4 lines
157 B
SQL

INSERT INTO public.site_contents (key, value, type, section)
VALUES ('contact_email', 'info@ruyadugun.com', 'text', 'contact')
ON CONFLICT (key) DO NOTHING;