Em 18-02-2013 08:52, Rodrigo Rosenfeld Rosas escreveu:
Em 18-02-2013 08:05, mrloz escreveu:
Hi Folks,

There is much discussion where I work at present regarding migrations, and the 'correct' usage or not of them.

TL;DR
Should migrations be used just to modify schema, and other 'deploy' tasks done other ways? If yes, how to ensure no repeat runs of such tasks (seeds, jobs etc)

Even if you just modify schemas, the only reliable way I know of recreating your db is to run all migrations...

Unless you use :sql for schema_format of course.

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to