mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-07 17:31:47 +00:00
Sync CS db model
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user