|
@@ -3,7 +3,7 @@
|
|
|
// Crypto Cloud Technology Nextcloud
|
|
|
//
|
|
|
// Created by Marino Faggiana on 04/09/14.
|
|
|
-// Copyright (c) 2014 TWS. All rights reserved.
|
|
|
+// Copyright (c) 2017 TWS. All rights reserved.
|
|
|
//
|
|
|
// Author Marino Faggiana <m.faggiana@twsweb.it>
|
|
|
//
|
|
@@ -1604,14 +1604,6 @@
|
|
|
[CCCoreData flushTableMetadataAccount:nil];
|
|
|
}
|
|
|
|
|
|
- if (([actualVersion compare:@"2.17.1" options:NSNumericSearch] == NSOrderedAscending)) {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- if (([actualVersion compare:@"2.17.2" options:NSNumericSearch] == NSOrderedAscending)) {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
if (([actualVersion compare:@"2.17.3" options:NSNumericSearch] == NSOrderedAscending)) {
|
|
|
|
|
|
// Migrate Certificates Table From CoreData to Realm
|