We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552da1a commit ca88adcCopy full SHA for ca88adc
1 file changed
update/2_10.sql
@@ -502,4 +502,8 @@ CREATE TABLE IF NOT EXISTS `an_automezzi_danni` (
502
`luogo` VARCHAR(255) NOT NULL,
503
PRIMARY KEY (`id`),
504
INDEX(`idsede`)
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