-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
ref(workflow_engine): Finish Removing the legacy fields from Action #86573
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
Conversation
This PR has a migration; here is the generated SQL for --
-- Remove field target_display from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_display" CASCADE;
--
-- Remove field target_identifier from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_identifier" CASCADE;
--
-- Remove field target_type from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_type" CASCADE; |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #86573 +/- ##
==========================================
- Coverage 87.79% 87.79% -0.01%
==========================================
Files 9782 9783 +1
Lines 554168 554175 +7
Branches 21730 21730
==========================================
+ Hits 486543 486549 +6
- Misses 67233 67234 +1
Partials 392 392 |
f3fa5b0
to
355f5e2
Compare
1b8e9a0
to
547fc81
Compare
355f5e2
to
727d8ae
Compare
727d8ae
to
42e6126
Compare
547fc81
to
48dae12
Compare
42e6126
to
50e9a34
Compare
48dae12
to
4bffa6b
Compare
f45797c
to
3f2fa6c
Compare
3f2fa6c
to
b28bf5e
Compare
This PR has a migration; here is the generated SQL for --
-- Remove field target_display from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_display" CASCADE;
--
-- Remove field target_identifier from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_identifier" CASCADE;
--
-- Remove field target_type from action
--
ALTER TABLE "workflow_engine_action" DROP COLUMN "target_type" CASCADE; |
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.
lgtm, double checked against the previous one. won't be offended if you want a migration reviewer's final stamp though
Description
Complete the removal of the fields from the action table