Class: HerokuSchemas::TargetDatabase

Inherits:
Database
  • Object
show all
Defined in:
lib/heroku-schemas/target_database.rb

Class Method Summary collapse

Methods inherited from Database

config_to_url, connect_to_url, create_schema, execute, existing_schemas, rename_schema, schema_exists?, schema_tables, select_values, tables_exist?, url, url_to_config

Class Method Details

.connection_nameObject



4
5
6
# File 'lib/heroku-schemas/target_database.rb', line 4

def connection_name
  'target'
end