From 0143084df7e994e2a45624a8ce684880782f1bf2 Mon Sep 17 00:00:00 2001 From: khavinshankar Date: Thu, 3 Aug 2023 09:47:56 +0530 Subject: [PATCH] merged conflicting migration --- care/hcx/migrations/0010_merge_20230803_0947.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 care/hcx/migrations/0010_merge_20230803_0947.py diff --git a/care/hcx/migrations/0010_merge_20230803_0947.py b/care/hcx/migrations/0010_merge_20230803_0947.py new file mode 100644 index 0000000000..9a51f4b861 --- /dev/null +++ b/care/hcx/migrations/0010_merge_20230803_0947.py @@ -0,0 +1,12 @@ +# Generated by Django 4.2.2 on 2023-08-03 04:17 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("hcx", "0006_auto_20230324_1328"), + ("hcx", "0009_alter_communication_content_alter_communication_id"), + ] + + operations = []