Browse Source

New version TestFlight

Marino Faggiana 6 years ago
parent
commit
a41803801a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      iOSClient/Database/NCDatabase.swift

+ 0 - 4
iOSClient/Database/NCDatabase.swift

@@ -252,10 +252,6 @@ class tablePhotos: Object {
     override static func primaryKey() -> String {
         return "fileID"
     }
-    
-    override static func indexedProperties() -> [String] {
-        return ["directoryID"]
-    }
 }
 
 class tablePhotoLibrary: Object {