mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Corrected deperecation config option path for active_record.sqlite3.represent_boolean_as_integer option in release notes. [ci skip]
This commit is contained in:
parent
064b7f6082
commit
d15a72aba6
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
|
|||
* Deprecate using class level querying methods if the receiver scope has leaked.
|
||||
([Pull Request](https://github.com/rails/rails/pull/35280))
|
||||
|
||||
* Deprecate `config.activerecord.sqlite3.represent_boolean_as_integer`.
|
||||
* Deprecate `config.active_record.sqlite3.represent_boolean_as_integer`.
|
||||
([Commit](https://github.com/rails/rails/commit/f59b08119bc0c01a00561d38279b124abc82561b))
|
||||
|
||||
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_version`.
|
||||
|
|
Loading…
Reference in a new issue