feat: add reply functionality to thoughts, including database migration and tests
This commit is contained in:
@@ -7,6 +7,7 @@ pub struct Model {
|
||||
pub id: Uuid,
|
||||
pub author_id: Uuid,
|
||||
pub content: String,
|
||||
pub reply_to_id: Option<Uuid>,
|
||||
pub created_at: DateTimeWithTimeZone,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user