English 中文(简体)
未采用旧模型降低数据
原标题:Migrating data without the old model

我意外地设法失去我们数据模型的旧版本,而现在自动轻重的迁移却起作用(显然)。 如果出现这一问题,我设法让核心数据删除旧仓库,但显然不想失去旧数据。 因此,如何人工移徙? 刚开始,就会出现一个错误,即仓库协调员没有固定的仓库(error 134140)。

我已经尝试提出一个与旧模式相匹配的新模式(实际上称旧模式在错误信息中使用),但有些情况是这样。 它以前曾工作过,但似乎只是简单地挽救了目前储存版本的模型。

Edit:我刚刚想到可能采取另一种方式(没有设想为什么我以前没有这样做): 由于核心数据得到一个SLQ数据库的支持,因此能够直接从中获取信息(即数据库中4个浏览器,然后可以再接收其余部分)。 如果是的话,可以做些什么?

最佳回答

我并不确切知道它是如何做到的,但模型是仿造的,或许使用GUID或模型文档的加密目录。 因此,请实际。 该模型的同一文件。

或者说另一种方式,你需要使用版本控制。

我认为,从理论上讲,完全可以重新调整你的模式,但我不知道这样做的方式。

问题回答

暂无回答




相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签