Just make your migration implement that interface, and the post migration method will be called after the tables are created. From the package documentation:
To perform a "post op", your migration can implement IERXPostMigration instead of IERXMigration, and this adds the additional method:
public void postUpgrade(EOEditingContext editingContext, EOModel model) throws Throwable;
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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