dummy migration ( will revert commit )

This commit is contained in:
zandercymatics 2024-10-09 09:21:29 -06:00
parent cd7b45a7f4
commit ffb8311fd0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 41 additions and 1 deletions

View file

@ -7,7 +7,7 @@ class UserPortfolioRoleChoices(models.TextChoices):
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"
ORGANIZATION_MEMBER = "organization_member", "Member"
ORGANIZATION_MEMBER = "organization_member", "Members"
@classmethod
def get_user_portfolio_role_label(cls, user_portfolio_role):