Hi Isaac. To save you a bit of effort, I'll post a summary of our last
comments.
I have indeed installed Devalot direct from SVN on several servers
with no problems at all regarding the migrations and column names. All
the systems are Debian/Ubuntu based and use the 5.0.XX series of
MySQL.
Nonetheless, according to the MySQL reserved word list [1] change
should not really be used in tables, a mistale on my part I afraid.
My suggestion is to modify the original migration (018) so that
"change" is renamed to something else, and create a second migration
which checks to see if the change has already happened and rename if
appropriate. Not ideal, but should solve the problem of broken
migrations which I think is more important.
I'll see if I can add this migration as soon as possible and make the
necessary alterations to the code. Hopefully we'll be on Git soon
too? :-)
Cheers, sam
[1]
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html