Skip to content

Commit

Permalink
Fix Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Sep 21, 2022
1 parent b679a35 commit bd8946d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0321_merge_20220921_2255.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.11 on 2022-09-21 17:25

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('facility', '0319_file_upload_completed'),
('facility', '0320_merge_20220920_2114'),
]

operations = [
]

0 comments on commit bd8946d

Please sign in to comment.