chore: Migrate watchlist severity to Action#24195
Conversation
WalkthroughA new Prisma migration is added at packages/prisma/migrations/20250926134500_update_watchlist_action_block_for_critical_severity/migration.sql. The migration updates existing Watchlist rows by setting action to BLOCK where severity equals CRITICAL. No exported or public entity declarations are modified. Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
E2E results are ready! |
What does this PR do?
Update Watchlist.action to equal BLOCK where Watchlist.severity is CRITICAL, before we drop the WatchlistSeverity in the follow up migration/PR
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist