maxlapshin / mysql2postgres

Mysqldump, writing in postgresql format
MIT License
709 stars 156 forks source link

Support for DDL migrations and repeated migrations #54

Closed masonjm closed 10 years ago

masonjm commented 10 years ago

I've only tested this with JRuby, but with these changes I can do a full copy to an empty PostgeSQL database, run a bunch of Rails migrations on the PostgreSQL database, then run the copy from MySQL again.