remove unique for now

This commit is contained in:
Thomas Steen Rasmussen 2020-06-03 23:52:52 +02:00
parent 2e969ac116
commit 0ba8ee4916
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class Migration(migrations.Migration):
default=uuid.uuid4,
editable=False,
help_text="This field is not the PK of the model. It is used to create EventSlot UUID for FRAB and iCal and other calendaring purposes.",
unique=True,
),
),
]