Phoenix v0.6.0 Release Notes

Release Date: 2016-09-26 // over 7 years ago
  • โœ‚ Removed

    • ๐Ÿ—„ deprecated variants of methods addColumn and changeColumn which allowed set all settings individually as parameter

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง load configuration from all default config files (php, yml, neon, json) if no file is set as config option in command

    โž• Added

    • ๐Ÿ‘Œ support for json config file
    • status command - list of migrations already executed and list of migrations to execute
    • โช dry run - execute migrate or rollback command without real executing queries. Commands just print queries which would be executed
    • enum and set column types