0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/migrations
Li Yi Yu 7546e3ea0a
Event properties taxonomy (#4486)
* add description and tag fields to event and property definitions

* set up description and tagging on models

* frontend functionality for description editing

* connect backend and kea logic for description editing

* update event and property definitions model and migration

* delete set null instead of cascade

* migration merge fix

* add owner column

* undo posthog event property taxonomy migrations

* set up definitions on enterprise level

* allow enterprise definitions description editing

* fix licensing conditions and add tests

* proper get and update methods for the multi inheritance table and new column fields for enterprise event model

* check for license to separate routes

* migrate existing definitions to ee definitions tables and render ee vs non-ee definition views based on existing feature conditional

* all the working backend updates

* updated tests

* frontend fixes and linting updates

* feature flag it
2021-06-03 09:22:16 -04:00
..
__init__.py Add enterprise edition and licensing (#1390) 2020-08-14 11:23:55 +02:00
0001_initial.py Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
0002_hook.py Personal API keys and Zapier integration (#1281) 2020-08-26 10:34:57 +02:00
0003_license_max_users.py Add clickhouse and max users to license (#3918) 2021-04-14 08:45:39 -07:00
0004_enterpriseeventdefinition_enterprisepropertydefinition.py Event properties taxonomy (#4486) 2021-06-03 09:22:16 -04:00