fixes lol

This commit is contained in:
doomtube 2026-01-07 03:38:34 -05:00
parent c358db55aa
commit c2bfa06faa
5 changed files with 149 additions and 4 deletions

View file

@ -555,7 +555,9 @@ CREATE TABLE IF NOT EXISTS site_settings (
INSERT INTO site_settings (setting_key, setting_value) VALUES
('site_title', 'Stream'),
('logo_path', ''),
('logo_display_mode', 'text') -- 'text', 'image', 'both'
('logo_display_mode', 'text'), -- 'text', 'image', 'both'
('announcement_enabled', 'false'),
('announcement_text', '')
ON CONFLICT (setting_key) DO NOTHING;
-- Trigger for site_settings updated_at