Skip to content

Commit

Permalink
Fixed issue #6359 - installations with postgres as database fail beca…
Browse files Browse the repository at this point in the history
…use of syntax error
  • Loading branch information
jcleeland committed Jul 22, 2012
1 parent 619c400 commit fbc70dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/sql/create-pgsql.sql
Expand Up @@ -339,7 +339,7 @@ CREATE TABLE prefix_survey_links (
"survey_id" integer NOT NULL,
"date_created" timestamp,
"date_invited" timestamp,
"date_completed" timestamp
"date_completed" timestamp,
CONSTRAINT prefix_survey_links_pkey PRIMARY KEY (participant_id,token_id,survey_id)
);

Expand Down

0 comments on commit fbc70dc

Please sign in to comment.