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
This is more of a question, but I'm running into a case where we have 2 models, say:
Both of these are showing up in the versions table as item_type: "Category", and if the id's are the same, they pull each other's version history.
item_type
Is there a way to use the fully qualified name in the item_type column of the versions table, or to specify what I would like to use as the item_type?
Any assistance is appreciated!
The text was updated successfully, but these errors were encountered:
This could be a good contribution/PR! if you're willing to implement it and create a PR, I'm willing to review & merge it eventually ;)
Sorry, something went wrong.
No branches or pull requests
This is more of a question, but I'm running into a case where we have 2 models, say:
Both of these are showing up in the versions table as
item_type
: "Category", and if the id's are the same, they pull each other's version history.Is there a way to use the fully qualified name in the
item_type
column of the versions table, or to specify what I would like to use as theitem_type
?Any assistance is appreciated!
The text was updated successfully, but these errors were encountered: