aboutsummaryrefslogtreecommitdiffstats
path: root/init.sql
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-11-19 21:23:04 -0700
committerAdam Mathes <adam@trenchant.org>2017-11-19 21:23:04 -0700
commit741cd94da338e00e2eee0e12d572e04c3be46530 (patch)
tree46367e8fd8d79f0bdde64d3f0e689f51cd8f64fb /init.sql
parent0d249e198e8f3b5a18f655794776cf656dcda0c2 (diff)
downloadneko-741cd94da338e00e2eee0e12d572e04c3be46530.tar.gz
neko-741cd94da338e00e2eee0e12d572e04c3be46530.tar.bz2
neko-741cd94da338e00e2eee0e12d572e04c3be46530.zip
enable full_text and header_image
Diffstat (limited to 'init.sql')
-rw-r--r--init.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.sql b/init.sql
index d69d5e9..d2c0de1 100644
--- a/init.sql
+++ b/init.sql
@@ -17,6 +17,7 @@ CREATE TABLE item (
title TEXT,
url VARCHAR(255) NOT NULL,
description TEXT,
+ full_content TEXT,
publish_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
read_state BOOLEAN DEFAULT FALSE NOT NULL,
starred BOOLEAN DEFAULT FALSE NOT NULL,