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

Remove unused version_authors.user_id #2190

Merged
merged 2 commits into from Nov 13, 2020

Conversation

JohnTitor
Copy link
Member

meta: Meta,
}
#[derive(Serialize)]
struct Meta {
names: Vec<String>,
}
Ok(req.json(&R {
users: vec![],
Copy link
Member

Choose a reason for hiding this comment

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

@JohnTitor we discussed this in the team meeting yesterday. we would prefer for this to stay in the API response for now to avoid potentially breaking changes. the database changes are fine, but it would be great it you could remove this API change from the PR :)

@Turbo87
Copy link
Member

Turbo87 commented Nov 12, 2020

I've rebased this and removed the commit that modified the API response. This should be good to go now.

r? @jtgeibel

@jtgeibel
Copy link
Member

Thanks for the PR @JohnTitor and for the rebase @Turbo87. I've confirmed on staging and production that select count(*) from version_authors where user_id is not null; is 0.

@bors r+

@bors
Copy link
Contributor

bors commented Nov 13, 2020

📌 Commit 1824cd6 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Nov 13, 2020

⌛ Testing commit 1824cd6 with merge d221c2e...

@bors
Copy link
Contributor

bors commented Nov 13, 2020

☀️ Test successful - checks-actions
Approved by: jtgeibel
Pushing d221c2e to master...

@bors bors merged commit d221c2e into rust-lang:master Nov 13, 2020
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.

Clean up the unused version_authors.user_id column
6 participants