Another syntax error in the postgres db create script

This commit is contained in:
Ciaran Gultnieks 2009-11-18 11:15:05 +00:00
parent 908deed898
commit d1d104bde2

View File

@ -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)
);