Changeset 1013 for trunk/grails-app/domain/dbnp/data/Ontology.groovy
- Timestamp:
- Oct 28, 2010, 8:05:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/data/Ontology.groovy
r959 r1013 19 19 int ncboId // BioPortal: ontologyId 20 20 int ncboVersionedId // BioPortal: id 21 22 static constraints = { 23 ncboId(unique: true) // For now, we just want one version of each NCBO ontology in the database 24 } 21 25 22 26 /**
Note: See TracChangeset
for help on using the changeset viewer.