Using the gem, all migrations work and the columns are being updated to Enum columns. (using mysql)
When I migrate the DB, the schema does not get dumped correctly and I get a warning that the table can't be dumped.
Once I change the field back to string, everything goes back to normal.
Using Ruby 1.9.2, Rails 3.0.9
Using the gem, all migrations work and the columns are being updated to Enum columns. (using mysql)
When I migrate the DB, the schema does not get dumped correctly and I get a warning that the table can't be dumped.
Once I change the field back to string, everything goes back to normal.
Using Ruby 1.9.2, Rails 3.0.9