mirror of https://github.com/snachodog/mybuddy.git
Fix dependency for hand-written migration 0028
This commit is contained in:
parent
31a0aa4741
commit
c593fa94c1
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue