diff --git a/update/2_4_40.sql b/update/2_4_40.sql new file mode 100644 index 000000000..7145df450 --- /dev/null +++ b/update/2_4_40.sql @@ -0,0 +1,13 @@ +-- Fix query viste Utenti e permessi +UPDATE `zz_modules` SET `options` = "SELECT + |select| +FROM + `zz_groups` + LEFT JOIN (SELECT `zz_users`.`idgruppo`, COUNT(`id`) AS num FROM `zz_users` GROUP BY `idgruppo`) AS utenti ON `zz_groups`.`id`=`utenti`.`idgruppo` +WHERE + 1=1 +HAVING + 2=2 +ORDER BY + `id`, + `nome` ASC" WHERE `name` = 'Utenti e permessi'; \ No newline at end of file