Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 committed Dec 14, 2024
1 parent a7817db commit 69a2b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posthog/migrations/0531_batchimport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-12-12 12:21
# Generated by Django 4.2.15 on 2024-12-12 12:54

from django.db import migrations, models
import django.db.models.deletion
Expand All @@ -22,6 +22,7 @@ class Migration(migrations.Migration):
),
),
("created_at", models.DateTimeField(auto_now_add=True)),
("updated_at", models.DateTimeField(auto_now=True)),
("lease_id", models.TextField(blank=True, null=True)),
("leased_until", models.DateTimeField(blank=True, null=True)),
(
Expand Down

0 comments on commit 69a2b3e

Please sign in to comment.