Skip to content

Commit

Permalink
fix(facility): rebased with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Dec 15, 2023
1 parent 8e03aee commit 7e690cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0403_merge_20231215_0845.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.5 on 2023-12-15 03:15

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0398_assetlocationdutystaff_assetlocation_users"),
("facility", "0402_patientconsultation_new_discharge_reason"),
]

operations = []

0 comments on commit 7e690cf

Please sign in to comment.