chore: build
ci-api / test (push) Failing after 8m7s
ci-web / test (push) Failing after 5m5s

This commit is contained in:
Xor290
2026-09-20 12:18:33 +02:00
parent 8f4c7fa47a
commit 919c807004
174 changed files with 9669 additions and 1308 deletions
@@ -0,0 +1,10 @@
ALTER TABLE site_settings
ADD COLUMN header_bg_color TEXT NOT NULL DEFAULT '#232323',
ADD COLUMN header_text_color TEXT NOT NULL DEFAULT '#f2f2f2',
ADD COLUMN body_bg_color TEXT NOT NULL DEFAULT '#1a1a1a',
ADD COLUMN body_text_color TEXT NOT NULL DEFAULT '#f2f2f2',
ADD COLUMN footer_bg_color TEXT NOT NULL DEFAULT '#232323',
ADD COLUMN footer_text_color TEXT NOT NULL DEFAULT '#f2f2f2',
ADD COLUMN accent_color TEXT NOT NULL DEFAULT '#ffd700',
ADD COLUMN product_layout TEXT NOT NULL DEFAULT 'grid',
ADD COLUMN menu_style TEXT NOT NULL DEFAULT 'horizontal';