CHANGELOG.md 636 字节
Newer Older
1 2 3 4
*   Add support for multiple databases to `rails db:abort_if_pending_migrations`.

    *Mark Lee*

5 6 7 8
*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

9
*   Fix invalid schema when primary key column has a comment.
10

11
    Fixes #29966.
12 13 14

    *Guilherme Goettems Schneider*

15
*   Fix table comment also being applied to the primary key column.
16 17 18

    *Guilherme Goettems Schneider*

19
*   Allow generated `create_table` migrations to include or skip timestamps.
20

21 22
    *Michael Duchemin*

23

24
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.