Skip to content

Commit

Permalink
Fixed issue: Error in PostgreSQL DB create script.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorlard committed Jun 5, 2012
1 parent 36a397a commit 799f44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install/create-postgres.sql
Expand Up @@ -445,7 +445,7 @@ CREATE TABLE prefix_participants (
CREATE TABLE prefix_participant_attribute (
"participant_id" character varying( 50 ) NOT NULL,
"attribute_id" integer NOT NULL,
"value" value character varying(50) NOT NULL,
"value" character varying(50) NOT NULL,
CONSTRAINT prefix_participant_attribut_pkey PRIMARY KEY (participant_id,attribute_id)
);

Expand Down

0 comments on commit 799f44f

Please sign in to comment.