Details
Description
Deleting a project does not remove rows from "app_branch_project_branch"and "app_projects" tables, which can lead to flooding table with unnecessary rows.
It can lead to a situation where users can't add projects to an application any longer because the maximum limit (500) is reached.
Expected behaviour:
When project is deleted all references to it also should be removed.