database düzeltme

This commit is contained in:
2025-12-29 21:34:32 +03:00
parent 7656b22514
commit 66cd0fac29
14 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO public.site_contents (key, value, type, section) VALUES
('social_instagram', 'https://instagram.com/', 'text', 'contact'),
('social_facebook', 'https://facebook.com/', 'text', 'contact'),
('social_twitter', 'https://twitter.com/', 'text', 'contact')
ON CONFLICT (key) DO NOTHING;