Skip to content

Commit 5ce012d

Browse files
committed
Merge migrations
1 parent 65f378e commit 5ce012d

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.2.15 on 2022-10-11 05:01
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('dref', '0035_merge_20220914_0619'),
10+
('dref', '0041_auto_20221010_0650'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)