Removed transcript link to session

This commit is contained in:
Guilherme Rambo
2017-05-28 15:21:38 -03:00
parent d0f1fe8880
commit 98312f9976
2 changed files with 1 additions and 4 deletions

View File

@@ -18,9 +18,6 @@ public class Transcript: Object {
/// The annotations the transcript contains
public let annotations = List<TranscriptAnnotation>()
/// The session this transcript is for
public let session = LinkingObjects(fromType: Session.self, property: "transcript")
public override class func primaryKey() -> String? {
return "identifier"
}