fixes lol
This commit is contained in:
parent
c358db55aa
commit
c2bfa06faa
5 changed files with 149 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue