Skip to content

Commit

Permalink
Removed model change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Mar 12, 2024
1 parent aa883ff commit c43d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/warehouse/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class TableFormat(models.TextChoices):
default=dict,
null=True,
blank=True,
help_text="Dict of all columns with Clickhouse type (including Nullable()) and HogQL database type",
help_text="Dict of all columns with Clickhouse type (including Nullable())",
)

__repr__ = sane_repr("name")
Expand Down

0 comments on commit c43d8d0

Please sign in to comment.