Skip to content

Commit 15be345

Browse files
committed
Add Merge Migration
1 parent b153e16 commit 15be345

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 4.2.10 on 2024-08-23 11:12
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("facility", "0447_alter_dailyround_patient_category_and_more"),
10+
("facility", "0450_merge_20240823_1617"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)