|
|
I have a changeSet I manually created that does an update. Under database migrations 1.0 I could run it with the command sql.execute("UPDATE ...")
Under 1.1 I am getting groovy.lang.MissingPropertyException: No such property: sql for class: Script1 where Script1 is my changelog file and the line number reported in the stacktrace is the line of my sql.execute.
|