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.35.0
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 - 2024 Weber Informatics LLC | Privacy Policy