Class: PerconaMigrations::Runners::Sql

Inherits:
Base
  • Object
show all
Defined in:
lib/percona_migrations/runners/sql.rb

Instance Method Summary collapse

Methods inherited from Base

available?, #initialize, #log, #logger

Constructor Details

This class inherits a constructor from PerconaMigrations::Runners::Base

Instance Method Details

#runObject



4
5
6
7
8
# File 'lib/percona_migrations/runners/sql.rb', line 4

def run
  @commands.each do |command|
    run_command command
  end
end