Skip to content

Commit

Permalink
Added merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Jul 9, 2022
1 parent 901b908 commit 1b32cec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0303_merge_20220710_0029.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.11 on 2022-07-09 18:59

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('facility', '0302_auto_20220707_1737'),
('facility', '0301_auto_20220709_2051'),
]

operations = [
]

0 comments on commit 1b32cec

Please sign in to comment.