Hi everyone,
first of all, thanks a lot for the library :) Is there any chance to run the pending migrations umzug.up() in a single transaction? Currently, i build some logic around it, with the drawback that i have to remove the processed migrations from the SequelizeMeta table when the transaction was roll backed.