Skip to content

Commit

Permalink
adds missing merge migrations (#2169)
Browse files Browse the repository at this point in the history
merge migrations
  • Loading branch information
rithviknishad committed May 15, 2024
1 parent 23abce0 commit a2052f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0435_merge_20240515_1301.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.8 on 2024-05-15 07:31

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0433_remove_dailyround_current_health"),
("facility", "0434_unique_investigations"),
]

operations = []

0 comments on commit a2052f2

Please sign in to comment.