Skip to content
Snippets Groups Projects
Verified Commit 0a1b1d9a authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Remove deprecated config.active_record.sqlite3_production_warning

parent f88d27b9
No related branches found
No related tags found
No related merge requests found
Pipeline #36835 passed
...@@ -94,9 +94,6 @@ Rails.application.configure do ...@@ -94,9 +94,6 @@ Rails.application.configure do
# Do not dump schema after migrations. # Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false config.active_record.dump_schema_after_migration = false
# Do not warn about sqlite in production
config.active_record.sqlite3_production_warning = false
# Enable DNS rebinding protection and other `Host` header attacks. # Enable DNS rebinding protection and other `Host` header attacks.
# config.hosts = [ # config.hosts = [
# "example.com", # Allow requests from example.com # "example.com", # Allow requests from example.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment