title | issue |
---|---|
Allow deletion of users that changed order states |
NEXT-11335 |
- Changed the ForeignKey constraint from
state_machine_history
table touser
table to set theuser_id
to null deletion of the user, thus allowing the deletion of users that changed the state of orders.