From e9ab004947ea9e702539ced11f8096fde6e825c0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Aug 2006 22:43:01 +0000 Subject: [PATCH] Fix: Debuggage du modele de bon de livraison rouget et suppression du modele dorade en doublon avec rouget --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 6cf9a0377d6..63f910de1aa 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -230,6 +230,7 @@ delete from llx_document_model where nom='rouge' and type='order'; delete from llx_document_model where nom='azur' and type='order'; delete from llx_document_model where nom='orange' and type='propal'; delete from llx_document_model where nom='transporteur' and type='shipping'; +delete from llx_document_model where nom='dorade' and type='shipping'; alter table llx_actioncomm add column fk_commande integer after propalrowid;