Skip to content

fix: Add unique_together constraint in SystemWideEnterpriseUserRoleAssignment

Choose a tag to compare

@sameenfatima78 sameenfatima78 released this 01 Apr 07:51
· 1374 commits to master since this release
e0a2320

Changes:

  • Add a unique_together constraint in SystemWideEnterpriseUserRoleAssignment
  • Remove check for MultipleObjectsReturned exception as it's no longer applicable after constraint
  • Remove corresponding tests