Class: ETL::Execution::Execution

Inherits:
Object
  • Object
show all
Defined in:
lib/etl/execution.rb

Overview

Execution management

Class Method Summary collapse

Class Method Details

.migrateObject

Migrate the data store



8
9
10
# File 'lib/etl/execution.rb', line 8

def migrate
  ETL::Execution::Migration.migrate
end