Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jun 11, 2024
1 parent f443626 commit 12d4f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posthog/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ class PersonsJoinMode(str, Enum):


class PersonsOnEventsMode(str, Enum):
# `disabled` is deprecated and set for removal
# `person_id_override_properties_joined` is the faster functional eqivalent
DISABLED = "disabled"
PERSON_ID_NO_OVERRIDE_PROPERTIES_ON_EVENTS = "person_id_no_override_properties_on_events"
PERSON_ID_OVERRIDE_PROPERTIES_ON_EVENTS = "person_id_override_properties_on_events"
Expand Down

0 comments on commit 12d4f97

Please sign in to comment.