Skip to content

Commit

Permalink
add VISITED in enums
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jan 28, 2025
1 parent 6df2853 commit 0532166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lacommunaute/users/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ class EmailLastSeenKind(models.TextChoices):
UPVOTE = "UPVOTE", "abonnement"
FORUM_RATING = "FORUM_RATING", "notation de forum"
LOGGED = "LOGGED", "connexion"
VISITED = "VISITED", "notification cliquée"
1 change: 1 addition & 0 deletions lacommunaute/users/migrations/0006_emaillastseen.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class Migration(migrations.Migration):
("UPVOTE", "abonnement"),
("FORUM_RATING", "notation de forum"),
("LOGGED", "connexion"),
("VISITED", "notification cliquée"),
],
max_length=12,
verbose_name="last seen kind",
Expand Down

0 comments on commit 0532166

Please sign in to comment.