From faca58128530fcfbf2c1907ea74a3bbc18249ef3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Mar 2005 17:29:19 +0000 Subject: [PATCH] Renomage script migration avec bon nom --- mysql/migration/{1.1.0-1.2.0-RC1.sql => 1.1.0-2.0.0.sql} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename mysql/migration/{1.1.0-1.2.0-RC1.sql => 1.1.0-2.0.0.sql} (99%) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-2.0.0.sql similarity index 99% rename from mysql/migration/1.1.0-1.2.0-RC1.sql rename to mysql/migration/1.1.0-2.0.0.sql index c39022d371a..8ba6fe13c89 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-2.0.0.sql @@ -190,7 +190,12 @@ alter table llx_paiement add fk_user_modif integer; alter table llx_propal add fin_validite datetime ; -alter table llx_entrepot add statut tinyint default 1; +alter table llx_entrepot add statut tinyint default 1; +alter table llx_entrepot add lieu varchar(64); +alter table llx_entrepot add address varchar(255); +alter table llx_entrepot add cp varchar(10); +alter table llx_entrepot add ville varchar(50); +alter table llx_entrepot add fk_pays integer DEFAULT 0; alter table llx_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0;