Skip to content

fix: Remove name from workspace builds #3937

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

Merged
merged 1 commit into from
Sep 7, 2022
Merged

fix: Remove name from workspace builds #3937

merged 1 commit into from
Sep 7, 2022

Conversation

kylecarbs
Copy link
Member

Fixes #1561.

@kylecarbs kylecarbs self-assigned this Sep 7, 2022
@kylecarbs kylecarbs marked this pull request as ready for review September 7, 2022 18:35
@kylecarbs kylecarbs requested a review from a team as a code owner September 7, 2022 18:35
@kylecarbs kylecarbs requested review from BrunoQuaresma and removed request for a team September 7, 2022 18:35
Comment on lines +1 to +2
ALTER TABLE workspace_builds
DROP COLUMN name;
Copy link
Member

Choose a reason for hiding this comment

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

Do we not have policies for keeping old columns around like we do in v1? @coadler

Copy link
Contributor

Choose a reason for hiding this comment

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

nah, i dont think we even support downgrades currently, so i doubt it makes a difference

@kylecarbs kylecarbs enabled auto-merge (squash) September 7, 2022 18:51
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

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

lgtm

@kylecarbs kylecarbs merged commit 720c9da into main Sep 7, 2022
@kylecarbs kylecarbs deleted the rmbuildname branch September 7, 2022 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove workspace_build "name" field
4 participants