0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/clickhouse/migrations
Eric Duong 51105ace47
Add new person matieralized (#1944)
* add new table migrations and change table names

* include necessaray config for new tables in tests

* fix tests and table

* fix table name param

* add populate clause

* added table for key value person props

* adjust person filtering to use new table

* .

* add ordering on updated_at

* add back all the condition handling on persons filtering endpoint

* fix typgin

* remove print

* re-order sort key for persons_up_to_date

Co-authored-by: James Greenhill <fuziontech@gmail.com>
2020-10-22 13:22:43 -07:00
..
__init__.py first chunk of clickhouse framework (#1613) 2020-09-08 16:12:27 -07:00
0001_initial.py Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
0002_events_materialized.py Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
0003_person.py Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
0004_kafka.py Remove Omni-Person logic for ee (#1972) 2020-10-21 14:06:45 -07:00
0005_person_materialized.py Add new person matieralized (#1944) 2020-10-22 13:22:43 -07:00