Files
OMT-SM/supabase/migrations/0033_alert_kind_extensions.sql
T

4 lines
171 B
SQL

set search_path = app, public;
alter type app.alert_kind add value if not exists 'single_short';
alter type app.alert_kind add value if not exists 'suspicious_safe_drop';