class ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaDumper

def schemas(stream)

def schemas(stream)
  _original_schemas(stream) unless Apartment.use_schemas
end