Skip to content

Commit 52dccbf

Browse files
committed
fix: add migration merge
1 parent 6a9d548 commit 52dccbf

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 2.2.13 on 2021-01-11 18:07
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('points', '0038_auto_20201117_1559'),
10+
('points', '0039_profilecategory_color'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)