diff options
Diffstat (limited to 'src/schema.rs')
-rw-r--r-- | src/schema.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs index f163f4b1e7ea..683aa6055d9e 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -54,6 +54,7 @@ table! { body -> Text, posted -> Timestamptz, user_id -> Int4, + closed -> Bool, author_name -> Text, author_email -> Text, } @@ -67,6 +68,7 @@ table! { thread_author -> Text, created -> Timestamptz, sticky -> Bool, + closed -> Bool, post_id -> Int4, post_author -> Text, posted -> Timestamptz, |