You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update/2_5.sql
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -468,17 +468,6 @@ ALTER TABLE `co_statipreventivi` CHANGE `id` `id` INT NOT NULL AUTO_INCREMENT;
468
468
469
469
ALTERTABLE`co_statipreventivi_lang` ADD CONSTRAINT`co_statipreventivi_lang_ibfk_1`FOREIGN KEY (`id_record`) REFERENCES`co_statipreventivi`(`id`) ON DELETE CASCADEONUPDATE RESTRICT;
470
470
471
-
-- Allineamento vista Stati dei preventivi
472
-
UPDATE`zz_modules`SET`options`="
473
-
SELECT
474
-
|select|
475
-
FROM
476
-
`co_statipreventivi`
477
-
LEFT JOIN `co_statipreventivi_lang` ON (`co_statipreventivi`.`id` = `co_statipreventivi_lang`.`id_record` AND |lang|)
478
-
WHERE
479
-
1=1
480
-
HAVING
481
-
2=2"WHERE`name`='Stati dei preventivi';
482
471
UPDATE`zz_views`INNER JOIN`zz_modules`ON`zz_views`.`id_module`=`zz_modules`.`id`SET`zz_views`.`query`='`co_statipreventivi`.`id`'WHERE`zz_modules`.`name`='Stati dei preventivi'AND`zz_views`.`name`='id';
0 commit comments