Skip to content

Commit 193e95e

Browse files
committed
Add booking dependency on occurrence interval migration
1 parent 4772190 commit 193e95e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/ohq/migrations/0022_booking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Migration(migrations.Migration):
1010
dependencies = [
1111
("ohq", "0021_queue_question_timer_enabled_and_more"),
1212
("schedule", "0031_occurrence_location"),
13+
("schedule", "0037_occurrence_interval"),
1314
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
1415
]
1516

0 commit comments

Comments
 (0)