Class: ETL::Execution::Execution
Overview
Execution management
Class Method Summary (collapse)
-
+ (Object) migrate
Migrate the data store.
Class Method Details
+ (Object) migrate
Migrate the data store
8 9 10 |
# File 'lib/etl/execution.rb', line 8 def migrate ETL::Execution::Migration.migrate end |