Skip to content

Commit a475441

Browse files
committed
refactor(surveys): rename migration 0906 to 0907 for index
1 parent e53acf5 commit a475441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/migrations/0906_survey_linked_insight_index.py renamed to posthog/migrations/0907_survey_linked_insight_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88
atomic = False # Added to support concurrent index creation
99
dependencies = [
10-
("posthog", "0905_survey_add_linked_insight"),
10+
("posthog", "0906_survey_add_linked_insight_constraint"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)