Changeset 1103 for trunk/grails-app/domain
- Timestamp:
- Nov 9, 2010, 10:14:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy
r959 r1103 22 22 Boolean dontimport 23 23 24 static transients = [ "templatefieldtype", "entity" ] 25 24 26 static constraints = { 25 27 name(unique: true)
Note: See TracChangeset
for help on using the changeset viewer.