add null=True for now
This commit is contained in:
parent
341fa7394d
commit
99bc1cf0a1
|
@ -45,6 +45,7 @@ class Migration(migrations.Migration):
|
|||
name="duration_minutes",
|
||||
field=models.PositiveIntegerField(
|
||||
blank=True,
|
||||
null=True,
|
||||
default=None,
|
||||
help_text="The duration of this event in minutes. Leave blank to use the default from the event_type.",
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue