Skip to content

Commit

Permalink
update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Borcsik committed Oct 17, 2024
1 parent 05b9423 commit b99c70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0491_alertconfiguration_snoozed_until_and_more
posthog: 0492_team_session_recording_url_trigger_config
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 @@ -6,7 +6,7 @@

class Migration(migrations.Migration):
dependencies = [
("posthog", "0490_dashboard_variables"),
("posthog", "0491_alertconfiguration_snoozed_until_and_more"),
]

operations = [
Expand Down

0 comments on commit b99c70d

Please sign in to comment.