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;