Re: Core Data Metadata
Re: Core Data Metadata
- Subject: Re: Core Data Metadata
- From: Ryan Britton <email@hidden>
- Date: Sun, 12 Mar 2006 13:30:05 -0800
It does. The basic process I use is:
1. Open context with old model and existing store.
2. Open context with new model and new store.
3. Migrate everything from old to new.
4. Set version on new.
5. Save new.
6. Move old to backup location.
7. Move new to the previous location of old.
I've tried inserting a save between 3 and 4 in case the store needed
to be saved at least once, but that didn't seem to have any effect.
On Mar 12, 2006, at 1:08 PM, Keith Wilson wrote:
Make sure that an moc save: comes after you setMetadata.
On 13/03/2006, at 5:39 AM, Ryan Britton wrote:
//I can dump the metadata dictionary here and see all of the
keys that should be there
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden