diff options
-rw-r--r-- | gentoobrowse/datasources/schema.sql | 4 |
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[] |