summaryrefslogtreecommitdiff
path: root/db/migrate/20260706014724_drop_custom_rrule_from_events.rb
AgeCommit message (Collapse)Author
2026-07-06Drop dead custom_rrule column from eventserdgeist
Forms were already cleaned up in an earlier commit; the column itself was the last remnant. Dropping the column surfaced a live reference in events#index (fixed separately, 970f108) - this migration file itself just never got staged until now.