changes in user realtions
This commit is contained in:
@@ -77,7 +77,8 @@ class UserRelations(BaseModel):
|
||||
organization = models.ForeignKey(
|
||||
auth_models.Organization,
|
||||
on_delete=models.CASCADE,
|
||||
related_name='user_organization'
|
||||
related_name='user_organization',
|
||||
null=True
|
||||
)
|
||||
role = models.ForeignKey(
|
||||
Role,
|
||||
|
||||
Reference in New Issue
Block a user