We picked up the sql files from activiti jar to create the tables, but the team's getting annoyed to do the manual drop-create every time they need reset the base, so I was instructed to configure the auto-migrations in our grails project, but no matter which way I do it, activiti looks for the base before migrations runs, I'd tried to configure migrations to run sql, I'd tried to generate changelog from a healthy cleaned database, but every time I run the project it claims for the ACT_GE_PROPERTY table which runs a SELECT.
How an I make activiti runs after Grails DB migrations, or make activiti drop-create the base correctly?
Thanks,