Skip to content

Commit

Permalink
Fixed issue: Error on upgrade when upgrading from 1.91 or older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 24, 2012
1 parent be38805 commit 1105a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -31,6 +31,7 @@ function db_upgrade_all($oldversion) {
$sDBDriverName=setsDBDriverName();
setVarchar($sDBDriverName);
$sVarchar = Yii::app()->getConfig('varchar');
$sAutoIncrement = Yii::app()->getConfig('autoincrement');

if ($oldversion < 111)
{
Expand Down

0 comments on commit 1105a56

Please sign in to comment.