diff --git a/mysql/tables/llx_facture_rec.sql b/mysql/tables/llx_facture_rec.sql index 3f5398afc2d..5fe633782ef 100644 --- a/mysql/tables/llx_facture_rec.sql +++ b/mysql/tables/llx_facture_rec.sql @@ -39,5 +39,8 @@ create table llx_facture_rec note text, + frequency char(2) DEFAULT NULL, + last_gen varchar(7) DEFAULT NULL, + INDEX idx_facture_rec_fksoc (fk_soc) )type=innodb;