Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Sep 11, 2023
1 parent c94f464 commit 40a3e66
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions care/facility/migrations/0387_merge_20230911_2303.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.2 on 2023-09-11 17:33

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0384_metaicd11diagnosis_chapter_short_and_more"),
("facility", "0385_patientconsultation_is_readmission"),
("facility", "0386_auto_20230911_1726"),
]

operations = []

0 comments on commit 40a3e66

Please sign in to comment.