Skip to content

Commit 07dc8e1

Browse files
committed
Add merge migrations
1 parent 36466c1 commit 07dc8e1

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-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.18 on 2023-04-19 05:24
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0163_admin2_is_deprecated'),
10+
('api', '0163_auto_20230410_0720'),
11+
]
12+
13+
operations = [
14+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 3.2.18 on 2023-04-19 05:24
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('dref', '0056_auto_20230410_0720'),
10+
('dref', '0056_auto_20230418_0703'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)