class ActiveRecord::DatabaseConfigurations::HashConfig

def schema_cache_path

default will be derived.
If omitted, the filename will be read from ENV or a
The path to the schema cache dump file for a database.
def schema_cache_path
  configuration_hash[:schema_cache_path]
end