Phoenix v0.9.0 Release Notes

Release Date: 2017-06-07 // almost 7 years ago
  • 🔄 Changed

    • 0️⃣ default action for migration table is now alter instead of create - possible BC, use ->create() for new tables

    ➕ Added

    • dump command for creating migration from existing database
    • structure introduced - all migrations are checked against actual database structure - possible BC if unknown column types are used

    🛠 Fixed

    • command options config, config_type, template and indent require value
    • typehints in MigrationTable