[TTAHUB-2837] Remove r10 NC ARs plus associated goals, objs not used elsewhere #2248
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
This removes a list of national center ARs, plus any goals and objectives that haven't been used elsewhere, and all the associated link records. The request here is to completely remove the history in the sense of deleting the records rather than marking them deleted.
How to test
This contains the ARs to be deleted per the Jira. Thus, it can be used to watch ARs disappear and also run directly:
SELECT COUNT(*) FROM "ActivityReports" WHERE id IN (24998, 24645, 24297, 24122, 27517, 30829, 29864, 6442, 23057, 23718, 25205, 25792, 25577, 25573, 26478, 26210, 27117, 26918, 28451, 28117, 27669, 29542, 29101, 29024, 30137, 29762, 31201);
There's also a post-run query that should give a result like:
The onAR and onApprovedAR update stats should look like:
Issue(s)
Checklists
Every PR
Before merge to main
Production Deploy
After merge/deploy