The easiest way is to use the
@DatabaseChange annotation on your class. If you extend
AbstractChange, the superclass will build up the description from
the information in the annotation, including the
"description" attribute.
Nathan