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