Skip to content

Commit

Permalink
merge migrations (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored May 28, 2024
1 parent 28bedb1 commit 5c88ca1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions care/facility/migrations/0440_merge_20240528_1613.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 4.2.10 on 2024-05-28 10:43

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0439_encounter_symptoms"),
(
"facility",
"0439_historicalpatientregistration_ration_card_category_and_more",
),
]

operations = []

0 comments on commit 5c88ca1

Please sign in to comment.