Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed May 27, 2022
1 parent 1d36248 commit c8b0290
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0295_merge_20220527_1430.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.11 on 2022-05-27 09:00

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('facility', '0294_auto_20220526_0133'),
('facility', '0294_auto_20220523_1419'),
]

operations = [
]

0 comments on commit c8b0290

Please sign in to comment.