feat: add reply_to field to messages
This commit is contained in:
parent
b6df1e38ad
commit
f3760af1bb
6 changed files with 20 additions and 1 deletions
|
@ -77,6 +77,7 @@ diesel::table! {
|
|||
user_uuid -> Uuid,
|
||||
#[max_length = 4000]
|
||||
message -> Varchar,
|
||||
reply_to -> Nullable<Uuid>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue