summaryrefslogtreecommitdiff
path: root/migrations
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-12 11:06:32 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-12 11:06:32 +0000
commitf31b4722243b8b69564c94e47e07678153c31815 (patch)
tree9b66a2132b7c40c3ca189aa151327aeec33cc18b /migrations
parentb1c76cdf30b7d491f3791588c8aa8c66ee5a0950 (diff)
feat(widget): capture and forward RecurringEventID for calendar events
Diffstat (limited to 'migrations')
-rw-r--r--migrations/022_calendar_events_recurring_id.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/022_calendar_events_recurring_id.sql b/migrations/022_calendar_events_recurring_id.sql
new file mode 100644
index 0000000..e77ddb2
--- /dev/null
+++ b/migrations/022_calendar_events_recurring_id.sql
@@ -0,0 +1 @@
+ALTER TABLE calendar_events ADD COLUMN recurring_event_id TEXT DEFAULT '';