Actually i have an application
using cayenne 3.1 stack, with postgress 9.3 as database,
that implements multiteancy creating
a separate ServerRuntime per "Company" that relocates
DbEntities on a specific postgress schema, using an
XMLDataMapLoader with overrided load method as follow:
public Data
I've tried a couple times now to use the migrate schema tool on the modeler in
4.0.M3-snapshot.
I'm using it with Mac OS X posgres.app version 9.3.5.1
I never get any SQL when I try to migrate. Which is odd, because I'm sure I've
seen it work before.
Is there a magic trick I don't know abo