controlling migrations
controlling migrations
- Subject: controlling migrations
- From: Theodore Petrosky <email@hidden>
- Date: Sat, 07 Jan 2017 12:55:35 -0500
I have an app that I am using migration on. I am overriding modelDependencies in my first migration:
@Override
public NSArray<ERXModelVersion> modelDependencies() {
return new NSArray<ERXModelVersion>(new ERXModelVersion("ERAttachment", 0));
}
I can not figure out the syntax to add ERCoreBusinessLogic (or any other frameworks). Basically, I need in the app (yea it doesn’t use a framework) to have other frameworks run before my migration.
Ted
_______________________________________________
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