Drop workflow_engine.workflowaction table
Description
Follow up PR for: https://github.com/getsentry/sentry/pull/78272/
Will complete the removal of the table 🎉
This PR has a migration; here is the generated SQL for src/sentry/workflow_engine/migrations/0007_loosen_workflow_action_relationship.py src/sentry/workflow_engine/migrations/0008_remove_workflow_action.py ()
--
-- Raw SQL operation
--
DROP TABLE "workflow_engine_workflowaction";
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## master #78277 +/- ##
===========================================
+ Coverage 61.67% 78.11% +16.44%
===========================================
Files 7059 7068 +9
Lines 311465 311799 +334
Branches 50912 50957 +45
===========================================
+ Hits 192081 243574 +51493
+ Misses 108141 56466 -51675
- Partials 11243 11759 +516
🔒 holding off on merging this until the deploy for the first part is complete (requirement according to https://develop.sentry.dev/development/database-migrations/#deleting-tables)
This PR has a migration; here is the generated SQL for src/sentry/workflow_engine/migrations/0008_remove_workflow_action.py ()
--
-- Raw SQL operation
--
DROP TABLE "workflow_engine_workflowaction";
This pull request has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
I'm going through the PR backlog to cut down on noise. PRs and drafts opened more than 6 months ago without any recent activity are being closed.
Please feel free to reopen if this is still something you're hoping to land. 🙏