- Legacy-Id: 18389

This commit is contained in:
Henrik Levkowetz 2020-08-20 12:34:09 +00:00
parent b4cc53fea0
commit 48126ba505

View file

@ -1,16 +0,0 @@
# Generated by Django 2.2.15 on 2020-08-20 05:30
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('proceedings', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='Registration',
),
]