I’ve deleted a table and when I run the validations again I got the following validations:
- Deleting for the role is allowed while deleting in the table (variant) is not allowed
- Adding for the role is allowed while deleting in the table (variant) is not allowed
- Updating for the role is allowed while deleting in the table (variant) is not allowed
The table is gone but when I examinate one of the validation query's it seems there is still data present in the table role_tab, linked to the table I just removed.
I cannot find the deleted table under Access control, so what is the best way to deal with those validation messages? Approving it is probably possible, but there is still data present in role_tab, which for me doesn't look OK.