Skip to content

Commit b4cc53f

Browse files
committed
Migration for deleted model
- Legacy-Id: 18388
1 parent 278f86f commit b4cc53f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 2.2.15 on 2020-08-20 05:30
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('proceedings', '0001_initial'),
10+
]
11+
12+
operations = [
13+
migrations.DeleteModel(
14+
name='Registration',
15+
),
16+
]

0 commit comments

Comments
 (0)