mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
3 lines
153 B
SQL
3 lines
153 B
SQL
-- Add finished_match_display_days column to settings table
|
|
ALTER TABLE settings ADD COLUMN IF NOT EXISTS finished_match_display_days INTEGER DEFAULT 2;
|