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 34e45dc0fa0..72e5ffd725c 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -3,6 +3,7 @@ alter table llx_societe add siret varchar(14) after siren; alter table llx_societe add ape varchar(4) after siret; alter table llx_societe add tva_intra varchar(20) after ape; alter table llx_societe add capital real after tva_intra; +alter table llx_societe add rubrique varchar(255); alter table llx_propal add fin_validite datetime ;