diff options
| -rw-r--r-- | db/migrate/20260706014724_drop_custom_rrule_from_events.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20260706014724_drop_custom_rrule_from_events.rb b/db/migrate/20260706014724_drop_custom_rrule_from_events.rb new file mode 100644 index 0000000..7e27ba7 --- /dev/null +++ b/db/migrate/20260706014724_drop_custom_rrule_from_events.rb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | class DropCustomRruleFromEvents < ActiveRecord::Migration[8.1] | ||
| 2 | def change | ||
| 3 | remove_column :events, :custom_rrule, :string | ||
| 4 | end | ||
| 5 | end | ||
