From 6dd974f7cde9c11a28ade2073d96f56253d398e6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 May 2006 08:38:24 +0000 Subject: [PATCH] bugfix --- mysql/migration/2.0.0-2.1.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index a2ed9720d6f..c010a64185c 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -203,7 +203,7 @@ ALTER TABLE llx_facture_rec ADD CONSTRAINT fk_facture_rec_fk_projet FORE ALTER TABLE llx_facture_rec ADD UNIQUE INDEX idx_facture_rec_uk_titre (titre); alter table llx_commandedet add column coef real; -alter table llx_propaldet add colmun coef real; +alter table llx_propaldet add column coef real after price; create table llx_livraison (