migration_sql_generator
migration_sql_generator copied to clipboard
Rails plugin to generate SQL files from migrations
Results
1
migration_sql_generator issues
Sort by
recently updated
recently updated
newest added
Changed `RAILS_ROOT` constant to `Rails.root`. Unfortunately, this is not compatible with Rails 2.x. Removed up and down method as well, change it to migrate. This way, `up`, `down` and `change`...