New reference keys #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For successfull deletion we should modify some forigin keys.
We need the following:
ON DELETE CASCADE - For the UserFavorites (for user and usersource id reference)
ON DELETE CASCADE - For the UserSource (for User id references)
ON DELETE CASCADE - For the PoolPost (for pool id reference)
ON DELETE CASCADE - For the PoolRefeence (for pool id reference)
working on it in pr #29