mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
211c6e762f
* Add migration for `distinct_id` column on clickhouse Note that code under ee/clickhouse/models/person.py does not work anymore since it does not populate the column correctly. That is fine - will be handled when doing the actual migration, rather than for this experiment. * Update plugin server to 1.1.8 Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@posthog/plugin-server": "1.1.8"
|
|
},
|
|
"scripts": {
|
|
"start": "posthog-plugin-server"
|
|
}
|
|
}
|