Skip to content

Commit 193e95e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/ohq/migrations/0022_booking.py

+1
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)