- [UPD] chnaged default dump directory to
application.runtime
(schmunk42) - [ENH] ignore migration table by default (schmunk42)
- [FIX] fixed insert creation, removed obsolete check (schmunk42)
- [ENH] updated extension to support migrationsPath configuration (cajoy1981)
- [FIX] fixed missing insert code (schmunk42)
- [ENH] updated generated code order (1.truncate), 2.schema, 3.foreign-keys, 4.inserts (le_top)
- [ENH] updated unsigned primary keys / unique name for keys (Alan Lobo)
- [ENH] Added options
--truncateTable
and--foreignKeyChecks
(schmunk42) - [UPD] Updated help text (schmunk42)
- [ENH] Updated
--prefix
option; multiple values (schmunk42)
- [ENH] Proper quotation in inserts (maxxer)
- [ENH] Migration class name check (schmunk42)
- [ENH] Add foreign key ON CASCADE warning output (maxxer)
- first public release