On Wed, Apr 27, 2011 at 8:00 AM, Lukas Renggli <renggli(a)gmail.com> wrote:
To find out about the instance variables you have to
compare the code,
i don't remember these changes of the top of my head.
There is something else you might to try: There should be a class
PRMigrations (or similar, I don't have an image to verify) with a
bunch of class side methods that I used to bring the objects along
from the first version of Pier to today. Run #initialize after import
to give it a try. Not sure it handels well a non-incremental change
like in your case, but it is relatively safe to run as it does all
kind of verifications to validate and fix the model.
Thanks, I will give it a whirl.
Davorin Rusevljan