Remove SQLite 3 configuration option

Since we don't support SQLite, we don't care about options related to
this database.
This commit is contained in:
Javi Martín
2020-09-05 17:29:12 +02:00
parent e865a664da
commit e58bd7f6f9

View File

@@ -27,10 +27,6 @@
# ApplicationController. # ApplicationController.
# Rails.application.config.action_controller.default_protect_from_forgery = true # Rails.application.config.action_controller.default_protect_from_forgery = true
# Store boolean values are in sqlite3 databases as 1 and 0 instead of 't' and
# 'f' after migrating old data.
# Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
# Use SHA-1 instead of MD5 to generate non-sensitive digests, such as the ETag header. # Use SHA-1 instead of MD5 to generate non-sensitive digests, such as the ETag header.
# Rails.application.config.active_support.use_sha1_digests = true # Rails.application.config.active_support.use_sha1_digests = true