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.

Pas de solution correcte

Autres conseils

Created a directory called "log" then ran this command

RAILS_ENV=production rake db:schema:dump
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top