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

Detect Que schema version missing due to bug in Rails schema dump - affects all versions of Rails 7 prior to 7.0.3 #377

Closed
ZimbiX opened this issue Aug 26, 2022 · 0 comments · Fixed by #379

Comments

@ZimbiX
Copy link
Member

ZimbiX commented Aug 26, 2022

See #363 (comment).

I reckon we should add some code to detect this at startup and warn/raise.

It could be possible to automatically detect which version of the schema we're migrated to in order to populate the missing comment automatically, but we'd have to maintain that with each new migration version. I don't think that's sustainable, and would defeat the purpose of recording the schema version anyway.

This could probably be addressed at the same time as #375.

This issue was closed.
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 a pull request may close this issue.

1 participant