From 67eac60e8bddb9758af53d845e902812428d85bf Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 2 Mar 2024 01:37:38 +0100 Subject: [PATCH] =?UTF-8?q?Retrofix=202.4.14=20per=20compatibilit=C3=A0=20?= =?UTF-8?q?MariaDB=2010.6.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/2_4_14.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_4_14.sql b/update/2_4_14.sql index 344e080cf..3cf32c9a5 100755 --- a/update/2_4_14.sql +++ b/update/2_4_14.sql @@ -365,7 +365,7 @@ DELETE FROM `zz_widgets` WHERE `name` = 'Ordini di servizio da impostare'; -- -- Aggiornamento FE in base alla normativa del 28/02/2020 -- -ALTER TABLE `fe_natura` CHANGE `codice` `codice` VARCHAR(5) NOT NULL; +ALTER TABLE `fe_natura` MODIFY `codice` VARCHAR(5) NOT NULL; -- Nuove nature IVA INSERT INTO `fe_natura` (`codice`, `descrizione`) VALUES