Adjust migrations

This commit is contained in:
Yulian Kuncheff 2021-12-30 17:14:21 -08:00 committed by Christopher Charbonneau Wells
parent 0af4521005
commit 648d46dc94
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0016_alter_sleep_napping'),
('core', '0017_alter_child_last_name'),
]
operations = [