Skip to content

Commit

Permalink
reinstate field migration
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Oct 10, 2023
1 parent e25db07 commit 2df1b2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion posthog/migrations/0354_auto_20231005_2252.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ class Migration(migrations.Migration):
),
],
database_operations=[
# This operation was done manually in 352
migrations.AddField(
model_name="organization",
name="never_drop_data",
field=models.BooleanField(blank=True, default=False, null=True),
),
],
),
]

0 comments on commit 2df1b2e

Please sign in to comment.