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 61896ae2a5c..0b563e8edcf 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -13,6 +13,11 @@ alter table llx_societe add fk_user_modif integer; alter table llx_socpeople add civilite smallint; alter table llx_socpeople add fk_user_modif integer; + +alter table llx_paiement add tms timestamp after datec; +alter table llx_paiement add fk_user_creat integer; +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;