Skip to content
New issue

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

feat(replays): add replay_id column to merged discover table #5787

Closed
wants to merge 4 commits into from

Conversation

JoshFerge
Copy link
Member

@JoshFerge JoshFerge commented Apr 17, 2024

#5777 was reverted, opening this up again, with more column processor changes for handling the replay_id column as a uuid

@JoshFerge JoshFerge requested review from a team as code owners April 17, 2024 01:43
@JoshFerge JoshFerge changed the title Jferg/add replay id column feat(replays): add replay_id column to merged discover table Apr 17, 2024
Copy link

This PR has a migration; here is the generated SQL

-- start migrations

-- forward migration discover : 0008_discover_add_replay_id
Local op: ALTER TABLE discover_local ADD COLUMN IF NOT EXISTS replay_id Nullable(UUID) AFTER span_id;
Distributed op: ALTER TABLE discover_dist ADD COLUMN IF NOT EXISTS replay_id Nullable(UUID) AFTER span_id;
-- end forward migration discover : 0008_discover_add_replay_id




-- backward migration discover : 0008_discover_add_replay_id
Distributed op: ALTER TABLE discover_dist DROP COLUMN IF EXISTS replay_id;
Local op: ALTER TABLE discover_local DROP COLUMN IF EXISTS replay_id;
-- end backward migration discover : 0008_discover_add_replay_id

Copy link
Member

@evanh evanh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please put the migration/group loader change in a separate PR from the other changes.

@JoshFerge
Copy link
Member Author

Can you please put the migration/group loader change in a separate PR from the other changes.

split out #5790 and #5791

@JoshFerge JoshFerge closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants