Explorar o código

Set procedure UPGRADE VERSION 2.17

Marino Faggiana %!s(int64=8) %!d(string=hai) anos
pai
achega
6538410003
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      iOSClient/AppDelegate.m

+ 5 - 0
iOSClient/AppDelegate.m

@@ -1379,6 +1379,11 @@
         [CCCoreData setGeoInformationLocalNull];
     }
     
+    if (([actualVersion compare:@"2.17" options:NSNumericSearch] == NSOrderedAscending)) {
+        
+        [CCCoreData clearAllDateReadDirectory];
+        [CCCoreData flushTableMetadataAccount:nil];
+    }
 }
 
 @end