Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jul 19, 2023
1 parent bcf1ffa commit 18dc937
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0372_merge_20230719_1719.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.2 on 2023-07-19 11:49

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0336_patientnotes_editable_until"),
("facility", "0371_metaicd11diagnosis_chapter_and_more"),
]

operations = []

0 comments on commit 18dc937

Please sign in to comment.