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