Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rbac_context table constraint name
The constraint naming strategy we follow is to use the table name followed by the full columns names involved in the constraint, plus `_uniq` or `_fk` depending on the type of the constraint. In this case, we were using a shortened column name, instead of the full column name.
- Loading branch information