module ActiveRecord::Tasks::DatabaseTasks

def cache_dump_filename(db_config, schema_cache_path: nil)

def cache_dump_filename(db_config, schema_cache_path: nil)
  schema_cache_path ||
    db_config.schema_cache_path ||
    db_config.default_schema_cache_path(ActiveRecord::Tasks::DatabaseTasks.db_dir)
end