-
Notifications
You must be signed in to change notification settings - Fork 203
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 duplicate crates.version
column
#544
Comments
I can remove the use of |
I would rather separate feature PRs from refactoring PRs. Our test suite still isn't as good as I'd like and smaller PRs makes it easier to rollback commits. This is especially true for the SQL queries which are mostly not type checked, if you delete |
See #466 for an example of a PR that passed all tests but still crashed the site. (This is why this issue is marked as |
Fixed in #804 |
Reported by @koenaad:
There's no sense in storing duplicate data in postgres, so I'd like to see the
crates.version
column removed eventually.The text was updated successfully, but these errors were encountered: