Marino Faggiana 6 жил өмнө
parent
commit
a41803801a

+ 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 {