From: Ciaran Gultnieks Date: Wed, 18 Nov 2009 11:15:05 +0000 (+0000) Subject: Another syntax error in the postgres db create script X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1d104bde2779a9373a07d3046bda0e129c6b309;p=quix0rs-gnu-social.git Another syntax error in the postgres db create script --- diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index d4b7b66144..8dbaf85981 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -576,6 +576,6 @@ create table login_token ( created timestamp not null DEFAULT CURRENT_TIMESTAMP /* comment 'date this record was created'*/, modified timestamp /* comment 'date this record was modified'*/, - constraint primary key (user_id) + primary key (user_id) );