Re: CoreData abstract entity migration issue

2009-11-23 Thread jonat...@mugginsoft.com
On 22 Nov 2009, at 21:59, Quincey Morris wrote: > On Nov 22, 2009, at 03:39, jonat...@mugginsoft.com wrote: > >> I have a very simple object model that contains, along with 4 or 5 others, >> an abstract entity. >> The app uses NSPersistentDocument. >> >> I have created a new model version that

Re: CoreData abstract entity migration issue

2009-11-22 Thread Quincey Morris
On Nov 22, 2009, at 03:39, jonat...@mugginsoft.com wrote: > I have a very simple object model that contains, along with 4 or 5 others, an > abstract entity. > The app uses NSPersistentDocument. > > I have created a new model version that changes a transient property to a > modelled property in

CoreData abstract entity migration issue

2009-11-22 Thread jonat...@mugginsoft.com
I have a very simple object model that contains, along with 4 or 5 others, an abstract entity. The app uses NSPersistentDocument. I have created a new model version that changes a transient property to a modelled property in an entity derived from the above abstract entity. I have created my map