chore: update SeaORM entity

This commit is contained in:
naskya 2024-04-01 13:28:12 +09:00
parent 76097b25c9
commit 0001ffa356
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 0 deletions

View File

@ -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)]