Skip to content

Commit

Permalink
make migration 0196 revertible
Browse files Browse the repository at this point in the history
  • Loading branch information
glbert-does committed Mar 22, 2023
1 parent d168caf commit 48dcd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heltour/tournament/migrations/0021_auto_20160724_1855.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='registration',
name='already_in_slack_group',
field=models.BooleanField(),
field=models.BooleanField(default=False),
),
migrations.AlterField(
model_name='registration',
Expand Down

0 comments on commit 48dcd8d

Please sign in to comment.