Question

Is there any way to take a running database and generate a migration file from it? If not does anyone have any advice on how to approach that?

Background: Have a new project where a PHP developer jumped into a rails project and starting adding tables and columns though PostGres admin tool.

No correct solution

OTHER TIPS

Created a directory called "log" then ran this command

RAILS_ENV=production rake db:schema:dump
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top