From c801120d7d9e928d088ff8da824919e1b9bfc89b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 20 Apr 2006 10:59:21 +0000 Subject: [PATCH] suppression du champs datea --- mysql/migration/2.0.0-2.1.0.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 3d8e66affb9..8d0a5ccee4f 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -142,5 +142,4 @@ create table llx_societe_adresse_livraison fk_user_modif integer )type=innodb; -alter table llx_societe_adresse_livraison add column label varchar(30) after tms; --- Le champ date modif existe deja sous le nom tms. alter table llx_societe_adresse_livraison add column datea datetime after datec; \ No newline at end of file +alter table llx_societe_adresse_livraison add column label varchar(30) after tms; \ No newline at end of file