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(group-attributes): Add new column for group first release #6055

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

snigdhas
Copy link
Member

Add a new column with a different name for the Group.first_release field to the GroupAttributes table.

Copy link

github-actions bot commented Jun 24, 2024

This PR has a migration; here is the generated SQL

-- start migrations

-- forward migration group_attributes : 0004_add_new_first_release_column_to_group_attributes
Local op: ALTER TABLE group_attributes_local ADD COLUMN IF NOT EXISTS group_first_release Nullable(UInt64) AFTER group_priority;
Distributed op: ALTER TABLE group_attributes_dist ADD COLUMN IF NOT EXISTS group_first_release Nullable(UInt64) AFTER group_priority;
-- end forward migration group_attributes : 0004_add_new_first_release_column_to_group_attributes




-- backward migration group_attributes : 0004_add_new_first_release_column_to_group_attributes
Distributed op: ALTER TABLE group_attributes_dist DROP COLUMN IF EXISTS group_first_release;
Local op: ALTER TABLE group_attributes_local DROP COLUMN IF EXISTS group_first_release;
-- end backward migration group_attributes : 0004_add_new_first_release_column_to_group_attributes

@snigdhas snigdhas marked this pull request as ready for review June 24, 2024 22:56
@snigdhas snigdhas requested a review from a team as a code owner June 24, 2024 22:56
@snigdhas snigdhas merged commit 553fd81 into master Jun 25, 2024
28 checks passed
@snigdhas snigdhas deleted the snigdha/new-column branch June 25, 2024 20:27
@getsentry-bot
Copy link
Contributor

PR reverted: 584a483

getsentry-bot added a commit that referenced this pull request Jun 25, 2024
#6055)"

This reverts commit 553fd81.

Co-authored-by: volokluev <3169433+volokluev@users.noreply.github.com>
@volokluev
Copy link
Member

sorry @snigdhas have to revert this, there's an issue with the clickhouse db for some reason

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.

4 participants