Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Jan 3, 2025
1 parent 7c75e74 commit 92009e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.9 on 2024-12-22 09:57
# Generated by Django 5.0.9 on 2025-01-03 19:18

from django.db import migrations, models

Expand All @@ -20,6 +20,7 @@ class Migration(migrations.Migration):
(2, "only to responsible users"),
],
default=0,
help_text="If you restrict who can see participant data, others will only be able to see that there is a participation, but not from whom.",
verbose_name="show participant data",
),
),
Expand Down

0 comments on commit 92009e8

Please sign in to comment.