aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-08 02:14:45 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-08 02:14:45 -0500
commit054c197534c38fcfd39f57089d23af65f8458dd4 (patch)
treead274ae4d15d2506d7d94f8821ddf41f1e325067 /schema.sql
parent2cd7c5d37cb6c68de9e449d4b7a731744ff3407f (diff)
downloadbbj-054c197534c38fcfd39f57089d23af65f8458dd4.tar.gz
add pinned parameter to threads
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 336a63e..79a4f5f 100644
--- a/schema.sql
+++ b/schema.sql
@@ -21,7 +21,8 @@ create table threads (
title text, -- string
last_mod real, -- floating point unix timestamp (of last post or post edit)
created real, -- floating point unix timestamp (when thread was made)
- reply_count int -- integer (incremental, starting with 0)
+ reply_count int, -- integer (incremental, starting with 0)
+ pinned int -- boolean
);
Un proyecto texto-plano.xyz