Madruga
unread,Apr 2, 2009, 11:18:30 PM4/2/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autobase
Is it possible?
I'm using autobase 0.8.2.5, grails 1.1 and mbjarland ldsl.jar (well...
windows...) and when trying to execute the migration I get
RuntimeException: Unknow tag: where
is something wrong with it? Has some workaround?
changeSet(id:'UpdateTest, author:'madruga') {
update(tableName: 'foo') {
column(name: 'bar', value: 'updated value')
where {
id=10
}
}
}
Regards,
Madruga