diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql index e8ad0147121..0707e4f4678 100644 --- a/mysql/migration/2.2.0-2.4.0.sql +++ b/mysql/migration/2.2.0-2.4.0.sql @@ -77,7 +77,7 @@ create table llx_co_exp -- V4 ALTER TABLE llx_expeditiondet DROP INDEX fk_expedition; -- V4 ALTER TABLE llx_expeditiondet DROP INDEX fk_commande_ligne; --- V4.1 update llx_commande set fk_adresse_livraison = null where fk_adresse_livraison is not null and fk_adresse_livraison not in (select rowid from llx_societe_adresse_livraison) +-- V4.1 update llx_commande set fk_adresse_livraison = null where fk_adresse_livraison is not null and fk_adresse_livraison not in (select rowid from llx_societe_adresse_livraison); -- V4.1 delete from llx_expeditiondet where fk_expedition not in (select rowid from llx_expedition); -- V4.1 delete from llx_livraisondet where fk_livraison not in (select rowid from llx_livraison);