Skip to content

Commit

Permalink
fix migrations (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Nov 22, 2023
1 parent 5cfe1e5 commit 8c633e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions care/facility/migrations/0396_merge_20231122_0240.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.7 on 2023-11-21 21:10

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0393_alter_notification_event"),
("facility", "0394_auto_20231114_2219"),
("facility", "0395_alter_patientconsultation_route_to_facility"),
]

operations = []

0 comments on commit 8c633e2

Please sign in to comment.