migrations icon indicating copy to clipboard operation
migrations copied to clipboard

A command line Database migrations tool

Results 27 migrations issues
Sort by recently updated
recently updated
newest added

A built in jar migration loader would be nice. I'm reuse my own jar migration loader quite a bit atm.

Hi MyBatis team, Is there any plan to introduce a Jenkins plugin for MyBatis Migrations? With ability to install latest (or a certain) version of the tool automatically?

The `MigrationLoader` and the `FileMigrationLoaderFactory` make things really flexible. But, I would like to propose another implementation that will really open up mybatis to non-java developers and allow for a...

enhancement

I'd like to give the tool more options for a leaner output similar to other test frameworks to set the focus on errors and not good migrations. What I ideally...

following on #88 mybatis should honor native DB delimiters in order to support stored procedures and such. Benefits to this approach 1. In the unlikely event that a migration goes...

I have been evaluating several db migration tools and mybatis has been the most promising (+1) However, one thing that I would love to see is better auditing in the...

Hooks seem like a really cool and powerful feature. But the config syntax is a bit messy: `hook_after_down=JavaScript:printvar.js:when=after:what=down` would be much more inuitive as YAML: ```yaml events: hook_after_down: hooks: -...

enhancement

Hi, thank you for your work. For my spring application I created an [autoconfigration with cli support](https://github.com/Bessonov/mybatis-migrations-spring-boot-autoconfigure). I have a lot of questions now. 1. Before I push it to...

"migrate down" is useful in development, but it can be catastrophic in production. It would be nice to prevent "down" part of the migration scripts on production servers (by using...

Features such as HOOKPATH/SCRIPTPATH/DRIVERPATH etc should be documented in --help and the online docs