Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added migrations to merge conflicting migrations
Browse files Browse the repository at this point in the history
aeswibon committed Aug 31, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a7faa5a commit 1d9ec2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0313_merge_20220831_1553.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.11 on 2022-08-31 10:23

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('facility', '0312_patientconsultation_investigation'),
('facility', '0311_auto_20220831_0900'),
]

operations = [
]

0 comments on commit 1d9ec2b

Please sign in to comment.