summaryrefslogtreecommitdiffstats
path: root/server/src/schema.rs
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 16:53:59 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 16:53:59 -0700
commit42c9c57a1c169720b8ac5182dc20da5051bd6dcc (patch)
tree02944106433ef4daa981094b6074583585b27c36 /server/src/schema.rs
parent1070cd6921ba533772d1ee1cf4e28cbb0c938f32 (diff)
parentd3ecba4405e8a2bfb7ea02ac17c2c9f5be978d4a (diff)
Merge branch 'dev'
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,
}
}