Changeset 913 for trunk/grails-app/domain/Image.groovy
- Timestamp:
- May 1, 2011, 12:46:31 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/branches/features/grailsUpgrade merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/grails-app/domain/Image.groovy
r182 r913 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.