diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql index 1238dac0915..aef65cc72a3 100644 --- a/mysql/migration/1.1.0-2.0.0.sql +++ b/mysql/migration/1.1.0-2.0.0.sql @@ -197,6 +197,9 @@ alter table llx_facture add increment varchar(10); alter table llx_facture drop column author; alter table llx_facture drop column fk_user; +alter table llx_facture_rec add frequency char(2) DEFAULT NULL; +alter table llx_facture_rec add last_gen varchar(7) DEFAULT NULL; + create table llx_societe_commerciaux ( rowid integer AUTO_INCREMENT PRIMARY KEY,