class ActiveRecord::Tasks::PostgreSQLDatabaseTasks

def public_schema_config

def public_schema_config
  configuration_hash.merge(database: "postgres", schema_search_path: "public")
end