Skip to content

Commit dcfdb44

Browse files
authored
Merge pull request #7 from renderbox/add_missing_migration
Add missing migration
2 parents 74ed708 + 32c1f17 commit dcfdb44

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

permafrost/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.3"
1+
VERSION = "0.2.4"
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)