From e7b21efb7374cbb15bacddba4f2b16a730332e63 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Oct 2008 23:04:44 +0000 Subject: [PATCH] Fix: syntax error --- mysql/migration/2.1.0-2.2.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index b53128b167d..abe100406bb 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -18,7 +18,7 @@ alter table llx_commande_fournisseur_dispatch drop index fk_commande_5; ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_commande (fk_commande); --V4.1 UPDATE llx_product_fournisseur_price set fk_user = null where fk_user not in (select rowid from llx_user); ---V4.1 delete llx_commande where fk_soc not in (select rowid fomr llx_societe); +--V4.1 delete llx_commande where fk_soc not in (select rowid from llx_societe); alter table llx_categorie add column type tinyint DEFAULT 1 NOT NULL;