Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Oct 28, 2024
1 parent 822655a commit deb41db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions posthog/clickhouse/test/test_sessions_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def create_session_id():
return f"s{session_id_counter}"


# only certain team ids can insert events into this legacy sessions table
TEAM_ID = 1
# only certain team ids can insert events into this legacy sessions table, see sessions/sql.py for more info
TEAM_ID = 2
TEAM = Team(id=TEAM_ID)


Expand Down
2 changes: 1 addition & 1 deletion posthog/hogql/database/schema/test/test_sessions_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ClickhouseDestroyTablesMixin,
)

# only some teams can use this table
# only certain team ids can insert events into this legacy sessions table, see sessions/sql.py for more info
ALLOWED_TEAM_ID = 2


Expand Down

0 comments on commit deb41db

Please sign in to comment.