We would like to use the Quartz plug-in constant mode to work in a cluster. Our database schema is supported using the DB-migration plug-in, so we cannot use the provided SQL script to update the database.
Is there a db-migration script (i.e. a Groovy file) that creates tables that we can use? Can someone who managed to start the migration share with us?
Alternatively - is there another way to create tables when working in database migration mode? Thanks
source share