OnlineMigrations v0.3.0 Release Notes

Release Date: 2022-02-10 // about 2 years ago
    • 👌 Support ActiveRecord 7.0+ versioned schemas

    • Check for addition of single table inheritance column

      See Adding a single table inheritance column for details

    • ➕ Add a way to log every SQL query to stdout

      See Verbose SQL logs for details

    • Ignore new tables when checking for removing table with multiple fkeys

    • Fix backfilling column in add_column_with_default when default is an expression