Skip to content

Commit

Permalink
Merge branch '2.5' of https://github.com/LimeSurvey/LimeSurvey into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 9, 2015
2 parents 8b404cc + 2b2f069 commit 8102ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -1361,7 +1361,7 @@ function db_upgrade_all($iOldDBVersion) {

function upgradeSurveyTables251()
{
Yii::app()->db->createCommand()->addColumn('{{boxes}}','ico','string AFTER img');
Yii::app()->db->createCommand()->addColumn('{{boxes}}','ico','string');

// add
$box = Boxes::model()->findByPk('1');
Expand Down

0 comments on commit 8102ecf

Please sign in to comment.