Module: DbBlaster::SyncSourceTablesWithConfiguration
- Defined in:
- lib/db_blaster/sync_source_tables_with_configuration.rb
Overview
Update the db-blaster source tables based on provided configuration
Class Method Summary collapse
Class Method Details
.sync ⇒ Object
6 7 8 9 |
# File 'lib/db_blaster/sync_source_tables_with_configuration.rb', line 6 def self.sync SourceTable.sync(SourceTableConfigurationBuilder .build_all(DbBlaster.configuration)) end |