Class: FluentMigratorCommandRunner::CommandBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent-migrator-command-runner/command_builder.rb

Class Method Summary collapse

Class Method Details

.build(migration_options = {}) ⇒ Object



5
6
7
8
# File 'lib/fluent-migrator-command-runner/command_builder.rb', line 5

def self.build(migration_options = {})
	command = OracleMigrationCommand.new(migration_options)
	command.build
end