Open
Description
Description of task
A number of issues/pull requests are impacting the legacy stored procedures. In particular,
- cascading deletes were added (Add table relationships to use cascading deletes #217), so where previously there were a number of DELETE commands in a stored procedure, those may not be required anymore.
- as entities are modernized (Refactor/Modernize Entities and Controllers #266) to use DAL2 for simple database CRUD operations, some stored procedures can be removed or simplified.
Note that this does not imply that existing stored procedures are incorrect or broken, just that there are opportunities for improvement to the overall code base.
This issue is a placeholder/reference for related pull requests.
What general area(s)/component(s) are affected?
[] User interface
[X] Database schema
[] Business Logic
[] Dependencies
[] Installation/manifest
Activity