chore: update SeaORM entity
This commit is contained in:
parent
76097b25c9
commit
0001ffa356
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ pub struct Model {
|
|||
pub file_ids: Vec<String>,
|
||||
#[sea_orm(column_name = "updatedAt")]
|
||||
pub updated_at: DateTimeWithTimeZone,
|
||||
pub emojis: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
Loading…
Reference in a new issue