From a4d1eb59694fc5825b26855b0a8131513de9d26c Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Mon, 11 Dec 2023 11:38:58 +0000 Subject: [PATCH] Update comment --- posthog/models/channel_type/sql.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posthog/models/channel_type/sql.py b/posthog/models/channel_type/sql.py index 43ce37d85cd877..9fb7da89c377ff 100644 --- a/posthog/models/channel_type/sql.py +++ b/posthog/models/channel_type/sql.py @@ -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,