Index: trunk/grails-app/domain/AssetSubItem.groovy
===================================================================
--- trunk/grails-app/domain/AssetSubItem.groovy	(revision 329)
+++ trunk/grails-app/domain/AssetSubItem.groovy	(revision 330)
@@ -5,4 +5,5 @@
     String name
     String description = ""
+    String comment = ""
     boolean isActive = true
 
@@ -16,5 +17,6 @@
     static constraints = {
         name(maxSize:50, blank:false)
-        description(maxSize:100)
+        description(maxSize:75)
+        comment(maxSize:500)
         isActive()
         parentItem(nullable:true)
