sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Drop workflow_engine.workflowaction table

Open saponifi3d opened this issue 1 year ago • 5 comments

Description

Follow up PR for: https://github.com/getsentry/sentry/pull/78272/

Will complete the removal of the table 🎉

saponifi3d avatar Sep 27 '24 18:09 saponifi3d

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";

github-actions[bot] avatar Sep 27 '24 18:09 github-actions[bot]

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     

codecov[bot] avatar Sep 27 '24 18:09 codecov[bot]

🔒 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)

saponifi3d avatar Sep 27 '24 20:09 saponifi3d

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";

github-actions[bot] avatar Sep 27 '24 20:09 github-actions[bot]

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 🥀

getsantry[bot] avatar Oct 19 '24 07:10 getsantry[bot]

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. 🙏

natemoo-re avatar Jul 25 '25 18:07 natemoo-re