We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873f786 commit ffc971aCopy full SHA for ffc971a
posthog/migrations/0905_survey_add_linked_insight.py
@@ -37,14 +37,6 @@ class Migration(migrations.Migration):
37
ALTER TABLE "posthog_survey" DROP COLUMN IF EXISTS "linked_insight_id";
38
""",
39
),
40
- migrations.RunSQL(
41
- """
42
- CREATE INDEX CONCURRENTLY IF NOT EXISTS "posthog_survey_linked_insight_id_586524f3" ON "posthog_survey" ("linked_insight_id");
43
- """,
44
- reverse_sql="""
45
- DROP INDEX IF EXISTS "posthog_survey_linked_insight_id_586524f3";
46
47
- ),
48
],
49
)
50
]
0 commit comments