7 8 9 10 11 12
# File 'lib/lol_dba/sql_migrations/sql_generator.rb', line 7 def run LolDba::Writer.reset_output_dir migrations(@which).each do |file| LolDba::Migration.new(file).up end end