Skip to content

Commit

Permalink
update migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Aakash Singh <[email protected]>
  • Loading branch information
sainak committed Aug 24, 2023
1 parent eff9e1e commit bc726c0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ def merge_ip_op_no(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("facility", "0378_consultationbedasset_consultationbed_assets"),
(
"facility",
"0379_rename_prescribed_medication_patientconsultation_treatment_plan",
),
]

operations = [
Expand Down

0 comments on commit bc726c0

Please sign in to comment.