add null=True for now
This commit is contained in:
parent
944a42b597
commit
341fa7394d
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue