Changeset 880 for branches/features
- Timestamp:
- Apr 11, 2011, 3:31:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/grailsUpgrade/grails-app/domain/Image.groovy
r182 r880 13 13 14 14 static mapping = { 15 picture index: 'images_index', unique: true16 size index: 'images_index', unique: true17 15 data type: 'binary' 18 16 } … … 20 18 static constraints = { 21 19 data(maxSize: MAX_SIZE) 20 size(unique:'picture') 22 21 } 23 22
Note: See TracChangeset
for help on using the changeset viewer.