We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using table backend on active record (postgres)
In translation method allow usage of compound foreign key, eg. article_type, article_id to eliminate usage extra unique column
Method crash on
The text was updated successfully, but these errors were encountered:
I posted on your PR, but if you can rebase it I'll merge and release it.
Sorry, something went wrong.
@shioyama thank you, am I correct that you rebase it already?
I think unfortunately this does not work in Rails 7.1 and you need to use query_constraints instead.
query_constraints
Successfully merging a pull request may close this issue.
Context
Using table backend on active record (postgres)
Expected Behavior
In translation method allow usage of compound foreign key, eg. article_type, article_id to eliminate usage extra unique column
Actual Behavior
Method crash on
Possible Fix
The text was updated successfully, but these errors were encountered: