feat: Complete Corporate Site Deployment Checkpoint
This commit is contained in:
5
add_social_fields.sql
Normal file
5
add_social_fields.sql
Normal 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;
|
||||
Reference in New Issue
Block a user