summaryrefslogtreecommitdiff
path: root/db/migrate/20260706014724_drop_custom_rrule_from_events.rb
blob: 7e27ba72c73a5d29a27d9c2f21b22c56098d6db6 (plain)
1
2
3
4
5
class DropCustomRruleFromEvents < ActiveRecord::Migration[8.1]
  def change
    remove_column :events, :custom_rrule, :string
  end
end