Fix ruby 1.9 syntax error caused by space before parens on method call
This commit is contained in:
parent
fcaeaf8c44
commit
1aa7b3b6a8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class MoveToInnodb < ActiveRecord::Migration
|
|||
}
|
||||
|
||||
@@conv_tables.each { |tbl|
|
||||
change_engine (tbl, "InnoDB")
|
||||
change_engine tbl, "InnoDB"
|
||||
}
|
||||
|
||||
@@ver_tbl.each { |tbl|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue