Skip to content

Commit

Permalink
chore: bring back TK's event properties (#24356)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Aug 13, 2024
1 parent 7131400 commit a00f58a
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from posthog.clickhouse.client.migration_tools import run_sql_with_exceptions
from posthog.clickhouse.property_groups import property_groups

operations = [
run_sql_with_exceptions(statement)
for statement in [
*property_groups.get_alter_create_statements("events", "properties", "custom"),
*property_groups.get_alter_create_statements("events", "properties", "feature_flags"),
]
]

0 comments on commit a00f58a

Please sign in to comment.