Skip to content

Commit c2d176a

Browse files
committed
add merge migration
1 parent 3d59235 commit c2d176a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 4.2.8 on 2024-01-05 08:55
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("hordak", "0035_runningtotal"),
9+
("hordak", "0037_auto_20230516_0142"),
10+
]
11+
12+
operations = []

0 commit comments

Comments
 (0)