Skip to content

Commit 0814e1c

Browse files
committed
Adds missing migration
1 parent 74ed708 commit 0814e1c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 3.1.3 on 2020-11-20 09:42
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('permafrost', '0016_merge_20200729_1716'),
10+
]
11+
12+
operations = [
13+
migrations.DeleteModel(
14+
name='PermafrostCategory',
15+
),
16+
]

0 commit comments

Comments
 (0)