Skip to content

Commit

Permalink
Dev: More work on notification hash
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 17, 2016
1 parent 8636aaf commit a072a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -1446,6 +1446,8 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {
{
addColumn('{{notifications}}', 'hash', 'string(64)');

$oDB->createCommand()->update('{{settings_global}}',array('stg_value'=>260),"stg_name='DBVersion'");

// Inform superadmin about update
$superadmins = User::model()->getSuperAdmins();
Notification::broadcast(array(
Expand Down

0 comments on commit a072a3a

Please sign in to comment.