Skip to content

Commit 7443b2c

Browse files
committed
Merging some migrations
1 parent d68fdbc commit 7443b2c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 3.1.1 on 2020-10-26 17:22
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('hackathon', '0017_auto_20201025_2140'),
10+
('hackathon', '0017_auto_20201026_1312'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)