about summary refs log tree commit diff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs
index a824c658c0..f163f4b1e7 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -33,6 +33,7 @@ table! {
         posted -> Timestamptz,
         sticky -> Bool,
         user_id -> Int4,
+        closed -> Bool,
     }
 }