Corrected deperecation config option path for active_record.sqlite3.represent_boolean_as_integer option in release notes. [ci skip]

This commit is contained in:
Akshay Mohite 2019-08-05 11:23:21 +05:30
parent 064b7f6082
commit d15a72aba6
No known key found for this signature in database
GPG Key ID: E809CFD70271B97F
1 changed files with 1 additions and 1 deletions

View File

@ -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`.