v4.5.0
Breaking Changes
- For safety reasons,
migrate down
now presents a confirmation prompt instead of running all down migrations thanks to @KlotzAndrew (#236)- For previous behavior, use
migrate down -all
. Namely, if you have scripts that runmigrate down
, you'll now have to runmigrate down -all
- For previous behavior, use
Changes
- Added support for Github Enterprise sources thanks to @kasparasg (#234)