resolve issues with new features

This commit is contained in:
Matthias Hochmeister
2026-03-12 16:05:01 +01:00
parent a5cd78f01f
commit 5aa309b97a
22 changed files with 796 additions and 234 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE announcement_banners
ADD COLUMN show_as VARCHAR(20) NOT NULL DEFAULT 'banner'
CHECK (show_as IN ('banner', 'widget'));