-
Notifications
You must be signed in to change notification settings - Fork 748
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
Delete old database schemas #6051
Conversation
Seeking review from the chief deleter of cruft @macladson 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to make it consistent with the v
together with version number as other rows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 9942c18 |
Proposed Changes
With Deneb activated on every supported network, it is no longer possible to downgrade to a DB schema prior to V19. This PR deletes all migrations and structs related to versions prior to V19. Hopefully this reduces maintenance burden a little, and maybe reduces compile times slightly!