From 15fdea24603bd5ed95893245cf0bf93cc239e992 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Jan 2008 18:35:00 +0000 Subject: [PATCH] Fix: Erreur migration --- mysql/migration/2.2.0-2.4.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql index 44a3c282d18..c9cf07e39b0 100644 --- a/mysql/migration/2.2.0-2.4.0.sql +++ b/mysql/migration/2.2.0-2.4.0.sql @@ -106,6 +106,7 @@ create table llx_co_liv -- V4 ALTER TABLE llx_livraisondet DROP INDEX fk_commande_ligne; ALTER TABLE llx_livraison DROP COLUMN total_ttc; +ALTER TABLE llx_livraison add column total_ht double(24,8) DEFAULT 0; ALTER TABLE llx_livraison MODIFY total_ht double(24,8) DEFAULT 0; ALTER TABLE llx_livraison MODIFY fk_adresse_livraison integer DEFAULT NULL; alter table llx_livraison add column ref_client varchar(30) after ref;