3 lines
102 B
SQL
3 lines
102 B
SQL
ALTER TABLE site_settings
|
|
ADD COLUMN IF NOT EXISTS social_links JSONB NOT NULL DEFAULT '[]'::jsonb;
|