From 847032a7046ed8123b02ec8becc92848c91b388b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Tue, 17 Oct 2023 11:29:35 +0200 Subject: [PATCH] chore(batch-exports-backfill): Bump migration --- latest_migrations.manifest | 2 +- ...ill_model.py => 0355_add_batch_export_backfill_model.py} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename posthog/migrations/{0354_add_batch_export_backfill_model.py => 0355_add_batch_export_backfill_model.py} (98%) diff --git a/latest_migrations.manifest b/latest_migrations.manifest index a09d7f51cf469..646d97235dab6 100644 --- a/latest_migrations.manifest +++ b/latest_migrations.manifest @@ -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 diff --git a/posthog/migrations/0354_add_batch_export_backfill_model.py b/posthog/migrations/0355_add_batch_export_backfill_model.py similarity index 98% rename from posthog/migrations/0354_add_batch_export_backfill_model.py rename to posthog/migrations/0355_add_batch_export_backfill_model.py index 6f7d2c3e99f3f..c558d2a74d7f8 100644 --- a/posthog/migrations/0354_add_batch_export_backfill_model.py +++ b/posthog/migrations/0355_add_batch_export_backfill_model.py @@ -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 = [