From bb18655661f9dd685de2d85c6d24a146dfe170bc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Sep 2008 16:50:22 +0000 Subject: [PATCH] *** keyword substitution change *** --- mysql/migration/2.2.0-2.4.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);