Files
rustical/crates/store_sqlite/migrations/20250725225640_drop_calendar_timezone.up.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;