diff --git a/care/facility/migrations/0313_merge_20220831_1553.py b/care/facility/migrations/0313_merge_20220831_1553.py new file mode 100644 index 0000000000..5fa8360c30 --- /dev/null +++ b/care/facility/migrations/0313_merge_20220831_1553.py @@ -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 = [ + ]