mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
4 lines
142 B
SQL
4 lines
142 B
SQL
-- We don't want to save timezones as ics anymore
|
|
-- but instead just rely on the TZDB identifier
|
|
ALTER TABLE calendars DROP COLUMN timezone;
|