mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 09:16:49 +01:00
13e32aaff9
* Replace uuid1_macless with UUIDT * Add machine_component * Update comment * Remove machine_component in favor of larger time_component * Update UUIDT docstring
6 lines
104 B
Python
6 lines
104 B
Python
from posthog.models.utils import UUIDT
|
|
|
|
|
|
def generate_clickhouse_uuid() -> str:
|
|
return str(UUIDT())
|