From 67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 23 Oct 2015 00:10:20 +0100 Subject: Author details can be omitted --- gentoobrowse/datasources/schema.sql | 4 ++-- 1 file 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[] -- cgit v1.2.3