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> |
||
---|---|---|
.. | ||
package.json | ||
README.md | ||
yarn.lock |
posthog-plugin-server
This folder contains a custom package.json
which installs the latest posthog-plugin-server
package.
The plugin server is started by running bin/plugin-server
directly or indirectly as part of bin/start-worker
or bin/docker-worker
.