You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
It would be way faster to store this on the record rather than query it every time the accession record is looked up. We could hook into an SQLAlchemy after_save event on the Taxon to update the taxon_str on its children accession when it is saved.
If we have taxon_str cached on the accession then we could return it in json() with depth=1
The text was updated successfully, but these errors were encountered:
It would be way faster to store this on the record rather than query it every time the accession record is looked up. We could hook into an SQLAlchemy after_save event on the Taxon to update the taxon_str on its children accession when it is saved.
If we have taxon_str cached on the accession then we could return it in json() with depth=1
The text was updated successfully, but these errors were encountered: