From 0ba8ee4916110c297cbcf500ff19af269763ed75 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 3 Jun 2020 23:52:52 +0200 Subject: [PATCH] remove unique for now --- src/program/migrations/0092_event_uuid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/program/migrations/0092_event_uuid.py b/src/program/migrations/0092_event_uuid.py index 4ea0f1fd..a4de6d7f 100644 --- a/src/program/migrations/0092_event_uuid.py +++ b/src/program/migrations/0092_event_uuid.py @@ -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, ), ), ]