Sync CS db model

This commit is contained in:
Rory&
2026-01-11 16:39:22 +01:00
parent 49bb15051a
commit 989bb734cd
5 changed files with 43 additions and 16 deletions
@@ -94,6 +94,9 @@ public partial class Message
[Column("interaction_metadata")]
public string? InteractionMetadata { get; set; }
[Column("message_snapshots")]
public string MessageSnapshots { get; set; } = null!;
[ForeignKey("ApplicationId")]
[InverseProperty("Messages")]
public virtual Application? Application { get; set; }