Skip to content

Commit

Permalink
Dev Small database update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 20, 2017
1 parent ce355a0 commit 6b3a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -545,7 +545,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {
'settings' => 'text'
]
);
$oDB->createCommand()->update('{{settings_global}}',array('stg_value'=>321),"stg_name='DBVersion'");
$oDB->createCommand()->update('{{settings_global}}',array('stg_value'=>322),"stg_name='DBVersion'");
$oTransaction->commit();
}

Expand Down

0 comments on commit 6b3a78e

Please sign in to comment.