Reputation: 8176
I'd like to implement a backup and restore feature in a sql-backed Core Data app. I can successfully backup and restore .sqlite file via dropbox, but I have one question about this approach.
If, in the future, my data model changed there are 2 possibles case that will happen.
If this assumption are right, what should I do to handle the problem that may occur from the first case?
Upvotes: 4
Views: 1519
Reputation: 671
Upvotes: 1