No longer needed now that we are back to a single DB

This commit is contained in:
David Heinemeier Hansson
2025-11-21 09:39:33 +01:00
parent 62d4998f27
commit f66da318aa
-4
View File
@@ -24,10 +24,6 @@ module Fizzy
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
# include the tenant in query logs
config.active_record.query_log_tags_enabled = true
config.active_record.query_log_tags = [ :tenant ]
# Enable debug mode for Rails event logging so we get SQL query logs.
# This was made necessary by the change in https://github.com/rails/rails/pull/55900
config.after_initialize do