Skip to content

Commit ca88adc

Browse files
committed
fix: query di installazione 2.10
1 parent 552da1a commit ca88adc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

update/2_10.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,8 @@ CREATE TABLE IF NOT EXISTS `an_automezzi_danni` (
502502
`luogo` VARCHAR(255) NOT NULL,
503503
PRIMARY KEY (`id`),
504504
INDEX(`idsede`)
505-
);
505+
);
506+
507+
-- Aggiunta colonne minimo e massimo alla tabella mg_listini_articoli per gestire i prezzi per range
508+
ALTER TABLE `mg_listini_articoli` ADD `minimo` decimal(15,6) DEFAULT NULL;
509+
ALTER TABLE `mg_listini_articoli` ADD `massimo` decimal(15,6) DEFAULT NULL;

0 commit comments

Comments
 (0)