summaryrefslogtreecommitdiffstats
path: root/server/src/schema.rs
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-11 20:55:09 -0700
committerDessalines <happydooby@gmail.com>2019-08-11 20:55:09 -0700
commit3246d5d670d0d5e10310a90c6fd81a7dc9e97e54 (patch)
tree60bdf51e980fa9abe6fe9f1bae39373452afb155 /server/src/schema.rs
parentc2cb36bfa4bd8e55fbdbde51bd9fbfd2554ccfa4 (diff)
nsfw mostly done, except for settings page.
Diffstat (limited to 'server/src/schema.rs')
-rw-r--r--server/src/schema.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs
index 27bc3f94..635c8c46 100644
--- a/server/src/schema.rs
+++ b/server/src/schema.rs
@@ -52,6 +52,7 @@ table! {
published -> Timestamp,
updated -> Nullable<Timestamp>,
deleted -> Bool,
+ nsfw -> Bool,
}
}
@@ -185,6 +186,7 @@ table! {
published -> Timestamp,
updated -> Nullable<Timestamp>,
deleted -> Bool,
+ nsfw -> Bool,
}
}
@@ -240,6 +242,7 @@ table! {
banned -> Bool,
published -> Timestamp,
updated -> Nullable<Timestamp>,
+ show_nsfw -> Bool,
}
}