Skip to content

Commit

Permalink
chore(batch-exports-backfill): Bump migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Oct 17, 2023
1 parent fe6e44a commit 847032a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0015_add_verified_properties
otp_static: 0002_throttling
otp_totp: 0002_auto_20190420_0723
posthog: 0354_organization_never_drop_data
posthog: 0355_add_batch_export_backfill_model
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,14 +1,14 @@
# Generated by Django 3.2.19 on 2023-10-13 09:13

from django.db import migrations, models
import django.db.models.deletion
from django.db import migrations, models

import posthog.models.utils


class Migration(migrations.Migration):

dependencies = [
("posthog", "0353_add_5_minute_interval_to_batch_exports"),
("posthog", "0354_organization_never_drop_data"),
]

operations = [
Expand Down

0 comments on commit 847032a

Please sign in to comment.