chore: checkpoint ai search comments and i18n foundation
This commit is contained in:
@@ -17,7 +17,11 @@ pub struct Model {
|
||||
pub avatar: Option<String>,
|
||||
#[sea_orm(column_type = "Text", nullable)]
|
||||
pub content: Option<String>,
|
||||
pub scope: String,
|
||||
pub paragraph_key: Option<String>,
|
||||
pub paragraph_excerpt: Option<String>,
|
||||
pub reply_to: Option<Uuid>,
|
||||
pub reply_to_comment_id: Option<i32>,
|
||||
pub approved: Option<bool>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user