summaryrefslogtreecommitdiff
path: root/sql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/schema.sql')
-rw-r--r--sql/schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index cbcca38f..b195cacb 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -506,13 +506,13 @@ CREATE TABLE reviews (
rid int,
date timestamptz NOT NULL DEFAULT NOW(),
lastmod timestamptz,
- summary text NOT NULL,
text text,
spoiler boolean NOT NULL,
c_up int NOT NULL DEFAULT 0,
c_down int NOT NULL DEFAULT 0,
c_count smallint NOT NULL DEFAULT 0,
- c_lastnum smallint
+ c_lastnum smallint,
+ isfull boolean NOT NULL
);
-- reviews_posts