Skip to content

Commit

Permalink
merged conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jun 8, 2023
1 parent 7b37706 commit 67d07a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0360_merge_20230608_1025.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 2.2.11 on 2023-06-08 04:55

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0359_auto_20230529_1907"),
("facility", "0353_auto_20230511_1007"),
]

operations = []

0 comments on commit 67d07a4

Please sign in to comment.