Open
Description
due to the use of acts_as_paranoid in Deployments the the FK constraints cannot not be there (the referenced entities do not use acts_as_paranoid)
example problem: (soft) deleting a deployment and then deleting a pool could lead to a link to an non-existent pool from a deployment etc.
funny point is no test fails :-(
Activity