Skip to content

Commit

Permalink
chore: regenerate migration file to resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
namit-chandwani committed Aug 22, 2024
1 parent d18f075 commit 0beaf18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0458_alter_insightviewed_team_alter_insightviewed_user
posthog: 0459_change_replay_team_setting_defaults
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
@@ -1,11 +1,11 @@
# Generated by Django 4.2.14 on 2024-08-19 09:26
# Generated by Django 4.2.14 on 2024-08-22 13:15

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("posthog", "0457_datawarehousejoin_deleted_at_and_more"),
("posthog", "0458_alter_insightviewed_team_alter_insightviewed_user"),
]

operations = [
Expand Down

0 comments on commit 0beaf18

Please sign in to comment.