diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-23 00:10:20 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-23 00:10:20 +0100 | 
| commit | 67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a (patch) | |
| tree | 0d5d9d6ae3666db9b459017c0842f75bb55a1ea4 | |
| parent | Restructure alias all list and add missing things (diff) | |
| download | gentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.tar.bz2 gentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.tar.xz gentoobrowse-67322bd4bea9ab42c90bf832a4a0ff8a7ab3f24a.zip | |
Author details can be omitted
| -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[] | 
