浏览代码

New version TestFlight

Marino Faggiana 6 年之前
父节点
当前提交
a41803801a
共有 1 个文件被更改,包括 0 次插入4 次删除
  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 {
     override static func primaryKey() -> String {
         return "fileID"
         return "fileID"
     }
     }
-    
-    override static func indexedProperties() -> [String] {
-        return ["directoryID"]
-    }
 }
 }
 
 
 class tablePhotoLibrary: Object {
 class tablePhotoLibrary: Object {