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 46d33180942..957315fbf93 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -219,6 +219,7 @@ create table llx_paiementcharge update llx_const set visible=0 where name like 'ADHERENT%'; update llx_const set visible=0 where name like 'PROPALE_ADDON%'; +update llx_const set visible=0 where name like 'FAC_%'; drop table llx_c_pays;