Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Oct 5, 2023
1 parent 2d3a894 commit 1cc07e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0389_merge_20231005_2247.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.5 on 2023-10-05 17:17

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0388_goal_goalentry_goalproperty_goalpropertyentry"),
("facility", "0388_icd11diagnosis"),
]

operations = []

0 comments on commit 1cc07e6

Please sign in to comment.