You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClickhouseActiverecord::Tasks.class_evaldodefinitialize(configuration)# sometimes configuration is an instance of ActiveRecord::DatabaseConfigurations::HashConfig# and sometimes it's a Hash@configuration=ifconfiguration.respond_to?(:configuration_hash)configuration.configuration_hash.with_indifferent_accesselseconfiguration.with_indifferent_accessendendend
When running
bin/rails clickhouse:structure:dump
I am getting the following errorthrows NoMethodError: undefined method `with_indifferent_access' for #<ActiveRecord::DatabaseConfigurations::HashConfig
Appears to be an issue in rails_70 branch.
The text was updated successfully, but these errors were encountered: