3 lines
108 B
SQL
3 lines
108 B
SQL
ALTER TABLE site_settings
|
|
ADD COLUMN IF NOT EXISTS announcement_alignment TEXT NOT NULL DEFAULT 'center';
|