mattconnolly / rails-backup-migrate

A gem providing a rake task for backing up and migrating databases and files between rails instances.
Other
26 stars 16 forks source link

2 commits #10

Closed halida closed 12 years ago

halida commented 12 years ago

one to fix bug when use gem 'mysql2':

https://github.com/halida/rails-backup-migrate/commit/4f5acaa2da218dc02742f7c490cd6a63eeb0879a

another is to fix bug when use desc as table column (by quote column name with `):

https://github.com/halida/rails-backup-migrate/commit/64a5d21c48daa660df3aa602e62de914c25286bb

I did not run any test for the fix, maybe introduce some bugs, so consider create some spec for them?