X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cocanwiki.sql;h=859eb4b94e4614aef388a9417b3b4e18e437263a;hb=f33343df3525e01f05ecf80628cd46b6e5841001;hp=212e74efb4d42de6f37b06736a4b2d2dbb01d1fe;hpb=799d629c5af725596497b7df2055db6ac6da91b7;p=cocanwiki.git diff --git a/cocanwiki.sql b/cocanwiki.sql index 212e74e..859eb4b 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -499,7 +499,8 @@ CREATE TABLE mailing_lists ( email text NOT NULL, entry_date date DEFAULT ('now'::text)::date NOT NULL, pending text, - opt_out text NOT NULL + opt_out text NOT NULL, + name text NOT NULL );