Skip to content

Commit

Permalink
Fixed issue #06160: unable to import .lss files
Browse files Browse the repository at this point in the history
Fixed issue #06161: Unable to create a new survey
  • Loading branch information
TMSWhite committed Jun 1, 2012
1 parent a0f43d2 commit 9cbc58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -814,7 +814,7 @@ function db_upgrade_all($oldversion) {
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','usetokens',"{$sVarchar}(1) default 'N'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','tokenlength',"integer default 15");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','savetimings',"{$sVarchar}(1) default 'N'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','showXquestions',"{$sVarchar}(1) NULL default 'Y'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','showxquestions',"{$sVarchar}(1) NULL default 'Y'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','showgroupinfo',"{$sVarchar}(1) NULL default 'B'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','shownoanswer',"{$sVarchar}(1) NULL default 'Y'");
Yii::app()->db->createCommand()->alterColumn('{{surveys}}','showqnumcode',"{$sVarchar}(1) NULL default 'X'");
Expand Down

0 comments on commit 9cbc58b

Please sign in to comment.