From 92753022090bc82eb1b22725ba6a331f5f5b25aa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jan 2004 17:46:55 +0000 Subject: [PATCH] Nettoyage oubli --- mysql/migration/1.1.0-1.2.0-RC1.sql | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 02686976442..6b4d81a1c45 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -8,9 +8,9 @@ alter table llx_product add stock_commande integer default 0; alter table llx_product add seuil_stock_alerte integer default 0; - alter table `llx_groupart` add `description` text after `groupart` ; + alter table llx_socpeople add phone_perso varchar(30) after phone ; alter table llx_socpeople add phone_mobile varchar(30) after phone_perso ; @@ -26,10 +26,8 @@ create table llx_birthday_alert fk_user integer ); - alter table llx_facture_fourn drop index facnumber ; -alter table llx_facture_fourn add unique index (facnumber, fk_soc) ;======= -ALTER TABLE `llx_groupart` ADD `description` TEXT AFTER `groupart` ; +alter table llx_facture_fourn add unique index (facnumber, fk_soc) ; create table llx_co_fa