Files
template-vitrine/backend/migrations/000015_add_appearance_to_site_settings.down.sql
T
Xor290 919c807004
ci-api / test (push) Failing after 8m7s
ci-web / test (push) Failing after 5m5s
chore: build
2026-09-20 12:18:33 +02:00

11 lines
316 B
SQL

ALTER TABLE site_settings
DROP COLUMN header_bg_color,
DROP COLUMN header_text_color,
DROP COLUMN body_bg_color,
DROP COLUMN body_text_color,
DROP COLUMN footer_bg_color,
DROP COLUMN footer_text_color,
DROP COLUMN accent_color,
DROP COLUMN product_layout,
DROP COLUMN menu_style;