Class: Flydata::SourceMysql::TableDdl
- Inherits:
-
Object
- Object
- Flydata::SourceMysql::TableDdl
- Defined in:
- lib/flydata/source_mysql/table_ddl.rb
Class Method Summary collapse
Class Method Details
.migrate_tables(tables, mysql_opts, sync_fm, position_file, context, &block) ⇒ Object
9 10 11 12 |
# File 'lib/flydata/source_mysql/table_ddl.rb', line 9 def self.migrate_tables(tables, mysql_opts, sync_fm, position_file, context, &block) migrate_to_v2(tables, mysql_opts, sync_fm, position_file, context, &block) end |