fix: add missing break

pull/8331/head
Luciano Righetti 2022-05-04 09:22:01 +02:00
parent f69e72202d
commit a6e71bd649
1 changed files with 1 additions and 0 deletions

View File

@ -1686,6 +1686,7 @@ class AppModel extends Model
break;
case 86:
$this->__addIndex('attributes', 'timestamp');
break;
case 'fixNonEmptySharingGroupID':
$sqlArray[] = 'UPDATE `events` SET `sharing_group_id` = 0 WHERE `distribution` != 4;';
$sqlArray[] = 'UPDATE `attributes` SET `sharing_group_id` = 0 WHERE `distribution` != 4;';