Skip to content

Commit 60e3244

Browse files
Migrate watchlist severity to action(calcom#24195)
1 parent a1ac5f3 commit 60e3244

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/prisma/migrations/20250926134500_update_watchlist_action_block_for_critical_severity
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Update Watchlist.action = BLOCK where severity = CRITICAL
2+
UPDATE "Watchlist"
3+
SET "action" = 'BLOCK'
4+
WHERE "severity" = 'CRITICAL';

0 commit comments

Comments
 (0)