Skip to content

Commit d52f21c

Browse files
committed
fix CommandError: Conflicting migrations detected.
1 parent 3317854 commit d52f21c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 3.0.14 on 2021-07-24 13:54
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0071_increase_message_content_4000'),
10+
('api', '0070_auto_20210519_0545'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)