Skip to content

Commit

Permalink
Merge migrations (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker authored Jul 17, 2024
1 parent c9caff8 commit ac7f696
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions care/facility/migrations/0445_merge_20240715_0301.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.10 on 2024-07-14 21:31

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("facility", "0444_alter_medicineadministration_dosage_and_more"),
("facility", "0444_patientconsultation_has_consents_and_more"),
]

operations = []

0 comments on commit ac7f696

Please sign in to comment.