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
template_id
The sample_controlled_vocabs table in the schema has an unused template_id field which is not being used in any of our SEEK instances.
sample_controlled_vocabs
SampleControlledVocab.select {|scv| !scv.template_id.nil?} SampleControlledVocab Load (0.3ms) SELECT "sample_controlled_vocabs".* FROM "sample_controlled_vocabs" => []
Instead the relation to the template should be made through the template attributes, similar to how it's done for sample types.
The text was updated successfully, but these errors were encountered:
kdp-cloud
No branches or pull requests
The
sample_controlled_vocabs
table in the schema has an unusedtemplate_id
field which is not being used in any of our SEEK instances.Instead the relation to the template should be made through the template attributes, similar to how it's done for sample types.
The text was updated successfully, but these errors were encountered: