We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4772190 commit 193e95eCopy full SHA for 193e95e
backend/ohq/migrations/0022_booking.py
@@ -10,6 +10,7 @@ class Migration(migrations.Migration):
10
dependencies = [
11
("ohq", "0021_queue_question_timer_enabled_and_more"),
12
("schedule", "0031_occurrence_location"),
13
+ ("schedule", "0037_occurrence_interval"),
14
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
15
]
16
0 commit comments