diff --git a/update/2_8.sql b/update/2_8.sql index 32d4c296d..e42d4ac67 100644 --- a/update/2_8.sql +++ b/update/2_8.sql @@ -318,6 +318,9 @@ DELETE FROM `zz_modules` WHERE `name` = 'Marche impianti'; UPDATE `zz_modules` SET `options` = 'SELECT |select| FROM `zz_marche` WHERE 1=1 AND parent = 0 HAVING 2=2 ORDER BY `zz_marche`.`name`' WHERE `zz_modules`.`name` = 'Marche'; +DROP TABLE `my_impianti_marche`; +DROP TABLE `my_impianti_marche_lang`; + -- Allineamento vista Impianti UPDATE `zz_modules` SET `options` = " SELECT diff --git a/update/tables.php b/update/tables.php index 860032ed5..dd4059e3a 100755 --- a/update/tables.php +++ b/update/tables.php @@ -96,6 +96,7 @@ return [ 'em_email_receiver', 'em_email_upload', 'em_email_print', + 'em_files_categories_template', 'em_newsletter_receiver', 'fe_causali_pagamento_ritenuta', 'fe_modalita_pagamento', @@ -162,16 +163,20 @@ return [ 'zz_cache', 'zz_cache_lang', 'zz_categorie', + 'zz_categorie_lang', 'zz_currencies', 'zz_currencies_lang', 'zz_checks', 'zz_check_user', 'zz_checklists', 'zz_checklist_items', + 'zz_default_description', + 'zz_default_description_module', 'zz_events', 'zz_field_record', 'zz_fields', 'zz_files', + 'zz_files_categories', 'zz_files_print', 'zz_groups', 'zz_groups_lang',