All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.v0.27.0.2__add_ontology_counts.sql Maven / Gradle / Ivy

There is a newer version: v0.36.0-rc3
Show newest version
ALTER TABLE ontologyterm
   ADD COLUMN childcount int,
   ADD COLUMN descendantcount int;

ALTER TABLE ontologyterm_aud
   ADD COLUMN childcount int,
   ADD COLUMN descendantcount int;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy