diff --git a/core/migrations/0028_alter_sleep_options_remove_sleep_napping_sleep_nap.py b/core/migrations/0028_alter_sleep_options_remove_sleep_napping_sleep_nap.py index 94ba3560..a19fcb73 100644 --- a/core/migrations/0028_alter_sleep_options_remove_sleep_napping_sleep_nap.py +++ b/core/migrations/0028_alter_sleep_options_remove_sleep_napping_sleep_nap.py @@ -20,6 +20,7 @@ def set_sleep_nap_values(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ ("core", "0027_alter_timer_options_remove_timer_duration_and_more"), + ("dbsettings", "0001_initial"), ] operations = [