Skip to content

Commit

Permalink
flake resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 23, 2024
1 parent c43efc1 commit f76605e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/workspaces/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class WorkspacesUser(models.Model):
id = models.BigAutoField(primary_key=True)
workspace = models.ForeignKey('Workspace', models.DO_NOTHING)
user = models.ForeignKey('users.User', models.DO_NOTHING)

class Meta:
db_table = 'workspaces_user'
unique_together = (('workspace', 'user'),)
Expand Down

0 comments on commit f76605e

Please sign in to comment.