Skip to content

Commit 142d888

Browse files
committed
fix: allineamento tabelle previste
1 parent 9fe7102 commit 142d888

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

update/2_8.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ DELETE FROM `zz_modules` WHERE `name` = 'Marche impianti';
318318

319319
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';
320320

321+
DROP TABLE `my_impianti_marche`;
322+
DROP TABLE `my_impianti_marche_lang`;
323+
321324
-- Allineamento vista Impianti
322325
UPDATE `zz_modules` SET `options` = "
323326
SELECT

update/tables.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
'em_email_receiver',
9797
'em_email_upload',
9898
'em_email_print',
99+
'em_files_categories_template',
99100
'em_newsletter_receiver',
100101
'fe_causali_pagamento_ritenuta',
101102
'fe_modalita_pagamento',
@@ -162,16 +163,20 @@
162163
'zz_cache',
163164
'zz_cache_lang',
164165
'zz_categorie',
166+
'zz_categorie_lang',
165167
'zz_currencies',
166168
'zz_currencies_lang',
167169
'zz_checks',
168170
'zz_check_user',
169171
'zz_checklists',
170172
'zz_checklist_items',
173+
'zz_default_description',
174+
'zz_default_description_module',
171175
'zz_events',
172176
'zz_field_record',
173177
'zz_fields',
174178
'zz_files',
179+
'zz_files_categories',
175180
'zz_files_print',
176181
'zz_groups',
177182
'zz_groups_lang',

0 commit comments

Comments
 (0)