Skip to content

Commit 1261efd

Browse files
committed
Merge migrations to avoid conflicts.
1 parent 4693de0 commit 1261efd

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.1.14 on 2021-12-13 05:52
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0077_use_generic_jsonfield'),
10+
('api', '0074_merge_20211105_0518'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)