Skip to content

Commit

Permalink
Update state
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 7, 2023
1 parent 4aeafe7 commit 7200957
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ class Migration(CheckedMigration):
model_name="groupsubscription",
name="subscription_team_or_user_check",
),
migrations.AlterUniqueTogether(
name="groupsubscription",
unique_together={
("group", "user_id"),
},
),
],
database_operations=[
migrations.RunSQL(
Expand Down

0 comments on commit 7200957

Please sign in to comment.