3 lines
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE IF EXISTS kummerkasten_setting
|
|
DROP COLUMN IF EXISTS default_duration_minutes;
|