Add migration

This commit is contained in:
bugbountyguy 2022-03-30 23:18:56 -05:00 committed by Christopher Charbonneau Wells
parent 900f838d63
commit 254e796020
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 4.0.3 on 2022-03-31 04:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0019_pumping'),
('core', '0020_bmi_tags_diaperchange_tags_feeding_tags_and_more'),
]
operations = [
]