mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
3 lines
137 B
SQL
3 lines
137 B
SQL
-- Remove finished_match_display_days column from settings table
|
|
ALTER TABLE settings DROP COLUMN IF EXISTS finished_match_display_days;
|