diff options
Diffstat (limited to 'src/schema.rs')
-rw-r--r-- | src/schema.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs index a824c658c00f..f163f4b1e7ea 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -33,6 +33,7 @@ table! { posted -> Timestamptz, sticky -> Bool, user_id -> Int4, + closed -> Bool, } } |