The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Mojolicious::Command::migration

0.1 2015-04-21
    - original version; created by ExtUtils::ModuleMaker 0.51

0.11 2015-04-23
    - fix tests

0.12 2015-04-30
    - force upgrade and downgrade. Deploy on prepare

0.13 2015-05-07
    - ability to customize upgrade and downgrade

0.14 2016-03-24
    - BUG: upgrade to several versions fail

0.15 2016-10-31
    - drop AUTO_INCREMENT from alter table
    - add AFTER to alter table

0.16 2018-12-27
    - add rm method
    - add diff method

0.17 2020-03-04
    - mysql host and port params use

0.18 2023-06-26
    - add quote to all field names
    - add drop field to upgrade
    - readme for rm and diff