Skip to content

Commit 937ef08

Browse files
committed
fix: #1732 sottocategoria in vista contratti
1 parent 438e2fe commit 937ef08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

update/2_9_7.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
-- Ripristino campi firma
2-
ALTER TABLE `in_interventi` ADD `firma_data` DATETIME NULL , ADD `firma_nome` VARCHAR(255) NOT NULL;
2+
ALTER TABLE `in_interventi` ADD `firma_data` DATETIME NULL , ADD `firma_nome` VARCHAR(255) NOT NULL;
3+
4+
UPDATE `zz_views` SET `query` = '`sottocategorie_lang`.`title`' WHERE `zz_views`.`name` = 'Sottocategoria' AND `zz_views`.`id_module` = (SELECT `id` FROM `zz_modules` WHERE `name` = 'Contratti');

0 commit comments

Comments
 (0)