summaryrefslogtreecommitdiff
path: root/db/migrate/20260706014724_drop_custom_rrule_from_events.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
commit8eab68f2c5a3c126e2fec2ecdfa7ace87ce0937b (patch)
treef446ebc26a7707c7b64a937aa51a155df146c80a /db/migrate/20260706014724_drop_custom_rrule_from_events.rb
parent42714c697273a7117c6b355fab26c8c35e336ad1 (diff)
parentcdf5d9941ca866d437612d2f863eac6eb0b3db12 (diff)
Merge branch 'erdgeist-revive-events'
Diffstat (limited to 'db/migrate/20260706014724_drop_custom_rrule_from_events.rb')
-rw-r--r--db/migrate/20260706014724_drop_custom_rrule_from_events.rb5
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 00000000..7e27ba72
--- /dev/null
+++ b/db/migrate/20260706014724_drop_custom_rrule_from_events.rb
@@ -0,0 +1,5 @@
1class DropCustomRruleFromEvents < ActiveRecord::Migration[8.1]
2 def change
3 remove_column :events, :custom_rrule, :string
4 end
5end