Skip to content

Commit

Permalink
Fixed issue: Small error in Postgres on update
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 15, 2012
1 parent c16bb49 commit edc0448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/update/upgrade-pgsql_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ function db_upgrade($oldversion) {
date_created date NOT NULL,
PRIMARY KEY (participant_id,token_id,survey_id)
);"); echo $modifyoutput; flush();@ob_flush();
modifyDatabase("","ALTER TABLE prefix_user ADD participant_panel integer NOT NULL default '0'"); echo $modifyoutput; flush();@ob_flush();
// add language field to question_attributes table
modifyDatabase("","ALTER TABLE prefix_question_attributes ADD language character varying(20)"); echo $modifyoutput; flush();@ob_flush();
upgrade_question_attributes148();
Expand Down

0 comments on commit edc0448

Please sign in to comment.