aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Entities/TimelinePostEntity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BackEnd/Timeline/Entities/TimelinePostEntity.cs')
-rw-r--r--BackEnd/Timeline/Entities/TimelinePostEntity.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Entities/TimelinePostEntity.cs b/BackEnd/Timeline/Entities/TimelinePostEntity.cs
index 07367fba..39b11a5b 100644
--- a/BackEnd/Timeline/Entities/TimelinePostEntity.cs
+++ b/BackEnd/Timeline/Entities/TimelinePostEntity.cs
@@ -34,6 +34,9 @@ namespace Timeline.Entities
[Column("extra_content")]
public string? ExtraContent { get; set; }
+ [Column("color")]
+ public string? Color { get; set; }
+
[Column("time")]
public DateTime Time { get; set; }