Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio-posthog committed Oct 28, 2024
1 parent d28a913 commit 13fccfb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion latest_migrations.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contenttypes: 0002_remove_content_type_name
ee: 0016_rolemembership_organization_member
otp_static: 0002_throttling
otp_totp: 0002_auto_20190420_0723
posthog: 0501_merge_20241028_1759
posthog: 0501_create_group_billing_team
sessions: 0001_initial
social_django: 0010_uid_db_index
two_factor: 0007_auto_20201201_1019
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def reverse_create_billing_team_group(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("posthog", "0499_hog_function_type"),
("posthog", "0500_errortrackingsymbolset_errortrackingstackframe_and_more"),
]

operations = [
Expand Down
12 changes: 0 additions & 12 deletions posthog/migrations/0501_merge_20241028_1759.py

This file was deleted.

0 comments on commit 13fccfb

Please sign in to comment.