Migration for deleted model

- Legacy-Id: 18388
This commit is contained in:
Henrik Levkowetz 2020-08-20 12:31:52 +00:00
parent 278f86f275
commit b4cc53fea0

View file

@ -0,0 +1,16 @@
# 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',
),
]