diff options
Diffstat (limited to 'src/models.rs')
-rw-r--r-- | src/models.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models.rs b/src/models.rs index 3ad4a5ed9d7d..006596fd8331 100644 --- a/src/models.rs +++ b/src/models.rs @@ -39,6 +39,7 @@ pub struct Thread { pub posted: DateTime<Utc>, pub sticky: bool, pub user_id: i32, + pub closed: bool, } #[derive(Identifiable, Queryable, Serialize, Associations)] |