Skip to content

Commit

Permalink
merged conflicting migration
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Aug 3, 2023
1 parent b5418b6 commit 0143084
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/hcx/migrations/0010_merge_20230803_0947.py
Original file line number Diff line number Diff line change
@@ -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 = []

0 comments on commit 0143084

Please sign in to comment.