We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to update our events table to the new schema that has all the required persons/groups data.
We'll need the following columns:
person_id
person_properties
group0_properties
group1_properties
group2_properties
group3_properties
group4_properties
This should be an async migration that will depend on the sharding migration.
We probably want to do this manually on Cloud at first before adding a migration for self-hosted users.
For self-hosted users we might also want to batch the table updates with the backfill.
The text was updated successfully, but these errors were encountered:
EDsCODE
yakkomajuri
No branches or pull requests
We need to update our events table to the new schema that has all the required persons/groups data.
We'll need the following columns:
person_id
person_properties
group0_properties
group1_properties
group2_properties
group3_properties
group4_properties
This should be an async migration that will depend on the sharding migration.
We probably want to do this manually on Cloud at first before adding a migration for self-hosted users.
For self-hosted users we might also want to batch the table updates with the backfill.
The text was updated successfully, but these errors were encountered: