Migration for deleted model
- Legacy-Id: 18388
This commit is contained in:
parent
278f86f275
commit
b4cc53fea0
16
ietf/secr/proceedings/migrations/0002_delete_registration.py
Normal file
16
ietf/secr/proceedings/migrations/0002_delete_registration.py
Normal 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',
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue