mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
5 lines
182 B
SQL
5 lines
182 B
SQL
-- +goose Down
|
|
-- Remove font configuration fields from settings table
|
|
ALTER TABLE settings DROP COLUMN IF EXISTS font_heading;
|
|
ALTER TABLE settings DROP COLUMN IF EXISTS font_body;
|