add null=True for now

This commit is contained in:
Thomas Steen Rasmussen 2020-06-03 22:20:12 +02:00
parent 944a42b597
commit 341fa7394d

View file

@ -189,6 +189,7 @@ class Migration(migrations.Migration):
model_name="event",
name="duration_minutes",
field=models.PositiveIntegerField(
null=True,
blank=True,
default=None,
help_text="The duration of this event in minutes. Leave blank to use the default from the eventtype.",