Files
portabase/src/db/migrations/0063_open_proudstar.sql
T
Peter Crosthwaite 1a36b8b6ef Merge main into feature/pushover-notifications, add Microsoft Teams provider
Both branches added a migration at index 0062. Resolved by keeping
upstream's teams migration at 0062 and promoting pushover to 0063.
Both providers are now included in the enum, types, handlers, and forms.
2026-06-19 18:27:45 +10:00

1 line
57 B
SQL

ALTER TYPE "public"."provider_kind" ADD VALUE 'pushover';