Skip to content

Commit

Permalink
Fix Migrations (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari authored Oct 15, 2022
1 parent 7439e4b commit d65d7c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0325_merge_20221015_2136.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.11 on 2022-10-15 16:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('facility', '0324_merge_20221013_0053'),
('facility', '0316_auto_20220909_2331'),
]

operations = [
]

0 comments on commit d65d7c7

Please sign in to comment.