aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/TimelineEntity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Entities/TimelineEntity.cs')
-rw-r--r--Timeline/Entities/TimelineEntity.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Entities/TimelineEntity.cs b/Timeline/Entities/TimelineEntity.cs
index b084a572..3e592673 100644
--- a/Timeline/Entities/TimelineEntity.cs
+++ b/Timeline/Entities/TimelineEntity.cs
@@ -23,6 +23,9 @@ namespace Timeline.Entities
[Column("name")]
public string? Name { get; set; }
+ [Column("title")]
+ public string? Title { get; set; }
+
[Column("name_last_modified")]
public DateTime NameLastModified { get; set; }