Andrew Klotz ffea024e7c migrate down less destructive
default behaviour for down is to apply all down migrations, which is
comparable to dropping a database - and usually not the desired default
action

proposed changes:

 * `down` prompts for a confirm `y` before applying all down migrations, defaulting to doing nothing
 * `down --all` does the current behaviour, applying all down migrations
 * `down N` is unchanged

 * `down N --all` errors
 * `down --all N` errors
2019-06-26 00:00:54 -04:00
..
2019-03-10 18:38:23 -07:00
2019-01-01 11:14:27 +03:00
2019-06-26 00:00:54 -04:00
2019-06-26 00:00:54 -04:00
2019-03-22 22:08:29 +03:00
2019-06-26 00:00:54 -04:00