Ruby on Rails Tuesday, September 5, 2017

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEN3gQFkOJVa2DePULsxg2h+KO4AcFAlmuve4UHHRpbW1lbHpl
ckBnbWFpbC5jb20ACgkQsxg2h+KO4Ac6sw/9F9m+cszXErSIV8YhkYTbfmDrte9R
6JdRzWAPjPPzlClDnT6lO61BzCFapSsqWEfmN5iwZO9140Iswkc884yxRsKRMaD1
bo4hxb++YKQdsivYAHMNw9+z5qgntghLPyWCuPinMWmSsOEFpC5gIiQLP1g6BxH6
OBEevv2ZN8LzHSbFMFcVnHkcMZXg+SndwT0RadRn3B3dMyIVNHKH6tDX/Z6uB0us
ItWVpA9hxpo+IwWa4tuxy2CkfQ9ri8rMtXDsFUr/Cz5GiPad9XJdplXpLWtpXedQ
IZUkKJOkpIWESsuYmmFotDygwqrpcLnVtCV99a+uKfErSVcLngcyf733+zZRbVpJ
r+nVuyTH4iY8JMSJQ1losqVzWg9ZyAVzM1LLRsvhCflARUOWR+dhxWfBFtd4hsI4
j/euOuprBucNe0Ugjn8JCrR/4pafWVzwIYRbj2f4VNx3kg8kda997UWfBQE8mAkK
d5suvDZgi3Tg4h2kZEKWshK3A+3sE+iIUcnWDkCN+CxFtUCFvkfdkuZTPCO9XWRq
SqKmKZpUzTWvFC0WVyaDJ2aUpKSJbCwaKodgJabuGKomRa5zdP0g+cfSkz/pxU6x
2n9KSoesmEmIN7lNqoPGeVjhaXDwAMdBHF8yHBOD4dtukYRKJUYiy7oilk5J9sB8
evnd2b8gsb+YquA=
=+GW7
-----END PGP SIGNATURE-----
On 09/05/2017 03:31 PM, Joe Guerra wrote:
> Thanks, I do have some junk in my schema that I should clean up by
> removing some older migrations that I'm not using in my current web app.

No, you should clean that unneeded stuff in your current schema by
*creating* migrations which remove the superflous tables/columns.

This way you can incrementaly move from any DB-schema version to any
other in either direction.



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3c920b9d-9747-ebad-1d9f-550f88533db5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment