migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Add configuration to remove checking for reversal migrations for each migration file

Open SharkFourSix opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. The way of constructing migration units it kind of problematic because it forces the users of the library to use a certain style (your styles) of doing migrations. I do not want to create a reversal migration unit for each migration file that I create. I can always create another migration file to fix or undo previous migrations at any point in time.

Describe the solution you'd like Add configuration to turn off this behavior

SharkFourSix avatar Jun 29 '22 21:06 SharkFourSix