Skip to content

Commit

Permalink
fix(cdp): fix broken migration 0550 (PostHog#28136)
Browse files Browse the repository at this point in the history
  • Loading branch information
meikelmosby authored Jan 31, 2025
1 parent 622ad7b commit bf08589
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@


def migrate_action_webhooks_forward(apps, schema_editor):
from posthog.management.commands.migrate_action_webhooks import migrate_all_teams_action_webhooks

migrate_all_teams_action_webhooks()
# Migration code removed as it has already been released and applied in production
# Original migration converted action webhooks to HogFunction destinations
pass


def migrate_action_webhooks_backward(apps, schema_editor):
Expand Down

0 comments on commit bf08589

Please sign in to comment.