Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Dec 11, 2023
1 parent 7587d25 commit a4d1eb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions posthog/models/channel_type/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ def format_value(value):
;
"""

# Use COMPLEX_KEY_HASHED, even though we only have one key, because it's the only way to get a dictionary to work with
# a primary key that's a string
# Use COMPLEX_KEY_HASHED, as we have a composite key
CHANNEL_DEFINITION_DICTIONARY_SQL = """
CREATE DICTIONARY IF NOT EXISTS channel_definition_dict (
domain String,
Expand Down

0 comments on commit a4d1eb5

Please sign in to comment.