-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(aci): migration to fix fallthrough_type on email Actions #106902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
src/sentry/workflow_engine/migrations/0107_fix_email_action_fallthrough_type.py
Show resolved
Hide resolved
|
This PR has a migration; here is the generated SQL for for --
-- Raw Python operation
--
-- THIS OPERATION CANNOT BE WRITTEN AS SQL |
src/sentry/workflow_engine/migrations/0107_fix_email_action_fallthrough_type.py
Show resolved
Hide resolved
src/sentry/workflow_engine/migrations/0106_fix_email_action_fallthrough_type.py
Outdated
Show resolved
Hide resolved
d17bf57 to
86a18bc
Compare
src/sentry/workflow_engine/migrations/0106_fix_email_action_fallthrough_type.py
Outdated
Show resolved
Hide resolved
02dc653 to
1c78e3e
Compare
|
This PR has a migration; here is the generated SQL for for --
-- Raw Python operation
--
-- THIS OPERATION CANNOT BE WRITTEN AS SQL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
We started handling fallthroughType correctly in dual writing here #106633
But we need a migration to fix the previously migrated email actions