summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-10-23 00:10:20 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-10-23 00:10:20 +0100
commit67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a (patch)
tree0d5d9d6ae3666db9b459017c0842f75bb55a1ea4
parentRestructure alias all list and add missing things (diff)
downloadgentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.tar.bz2
gentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.tar.xz
gentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.zip
Author details can be omitted
-rw-r--r--gentoobrowse/datasources/schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/datasources/schema.sql b/gentoobrowse/datasources/schema.sql
index 54e1351..7a55930 100644
--- a/gentoobrowse/datasources/schema.sql
+++ b/gentoobrowse/datasources/schema.sql
@@ -384,8 +384,8 @@ CREATE TABLE news (
newsid text NOT NULL,
title text NOT NULL,
posted date NOT NULL,
- authorname text NOT NULL,
- authoremail text NOT NULL,
+ authorname text,
+ authoremail text,
atomspec text[],
body text[] NOT NULL,
urls text[]