Skip to content
Snippets Groups Projects
Commit 72f58d8a authored by yourcoke's avatar yourcoke
Browse files

Added migration

parent c4facf33
Branches
No related tags found
No related merge requests found
# Generated by Django 3.1.4 on 2020-12-29 12:05
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0056_backoffice_users_perms'),
]
operations = [
migrations.AlterUniqueTogether(
name='eventparticipant',
unique_together={('participant', 'event', 'role')},
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment