aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/TimelinePostEntity.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-07 22:02:31 +0800
committercrupest <crupest@outlook.com>2020-03-07 22:02:31 +0800
commitb686b383022e6d9db2bd61ad441be753cae3dbcf (patch)
tree391e42cf9106161bd6e9c84f5c73ef5d07ae84d7 /Timeline/Entities/TimelinePostEntity.cs
parent968140e8aaba398e10585e978aff33d7b32e824a (diff)
downloadtimeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.tar.gz
timeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.tar.bz2
timeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.zip
...
Diffstat (limited to 'Timeline/Entities/TimelinePostEntity.cs')
-rw-r--r--Timeline/Entities/TimelinePostEntity.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Entities/TimelinePostEntity.cs b/Timeline/Entities/TimelinePostEntity.cs
index ca2703b3..24bfc7a3 100644
--- a/Timeline/Entities/TimelinePostEntity.cs
+++ b/Timeline/Entities/TimelinePostEntity.cs
@@ -31,6 +31,9 @@ namespace Timeline.Entities
[Column("content")]
public string? Content { get; set; }
+ [Column("extra_content")]
+ public string? ExtraContent { get; set; }
+
[Column("time")]
public DateTime Time { get; set; }