Skip to content

Commit 2b4011c

Browse files
committed
Adjusted the meeting attendees migration to match the updated model.
- Legacy-Id: 14932
1 parent 047376b commit 2b4011c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/migrations/0004_meeting_attendees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class Migration(migrations.Migration):
1515
migrations.AddField(
1616
model_name='meeting',
1717
name='attendees',
18-
field=models.IntegerField(blank=True, default=0, help_text='Number of Attendees for backfilled meetings, leave it to 0 for new meetings, and then it is calculated from the registrations'),
18+
field=models.IntegerField(blank=True, default=None, help_text='Number of Attendees for backfilled meetings, leave it blank for new meetings, and then it is calculated from the registrations', null=True),
1919
),
2020
]

0 commit comments

Comments
 (0)