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;