Subject | Re: How to downgrade as well as upgrade schema changes (a la Rails)? |
---|---|
Author | mlq97 |
Post date | 2008-10-08T21:30:29Z |
> I've been doing it this way for years. I always apply the schema to a dbI guess if the testing was incomplete (you can never get 100% code
> copy (and test it there) before applying to the production version.
> I've never had to restore a backup under these instances.
> What case are you thinking of with regard to schema error?
> Alan
>
coverage) ie errors appearing in complex stored procedures/triggers
and/or interaction with the code in the client application.
It would be very useful to be able to safely & simply roll back the
schema and client application version while fixing the bug/s.
Mitch