Use Rails 7.1 default options for SQLite

It doesn't really affect us because we don't use SQLite.
This commit is contained in:
Javi Martín
2024-04-15 04:23:39 +02:00
parent 6eebe4e984
commit c0bc9bd027

View File

@@ -66,7 +66,7 @@ Rails.application.config.active_record.run_commit_callbacks_on_first_saved_insta
# For example, it is possible to create an index for a non existing column. # For example, it is possible to create an index for a non existing column.
# See https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted for more details. # See https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted for more details.
#++ #++
# Rails.application.config.active_record.sqlite3_adapter_strict_strings_by_default = true Rails.application.config.active_record.sqlite3_adapter_strict_strings_by_default = true
### ###
# Disable deprecated singular associations names. # Disable deprecated singular associations names.