mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 20:55:32 +08:00
Deleting persistent store will now permit using a store seed.
This commit is contained in:
@@ -106,6 +106,7 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
|
||||
* This deletes and recreates the managed object context and
|
||||
* persistant store, effectively clearing all data
|
||||
*/
|
||||
- (void)deletePersistantStoreUsingSeedDatabaseName:(NSString *)seedFile;
|
||||
- (void)deletePersistantStore;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user