Re: Migrations not executed at startup problem (SOLVED)
Re: Migrations not executed at startup problem (SOLVED)
- Subject: Re: Migrations not executed at startup problem (SOLVED)
- From: Mike Schrag <email@hidden>
- Date: Wed, 06 Apr 2011 15:35:15 -0400
I am not sure why finishInitialization() is called before migrating:
I think because when I wrote migrations, I was using that method for something that had to run before migrations :) When you write migrations, you can put it before ;)
It would be a good place to to do post-migration work if it was called after. Mike, why is this before? Or, one could implement didFinishInitialization in Wonder, triggered by that notification.
Yes .. There SHOULD be a didFinishInitialization call at the end of that method. It would make it a lot easier to use. You don't have to even attach it to the notification, just call it right after that notification dispatch.
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden