diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index a03fc3046cb..9c4e95185ca 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -13,6 +13,8 @@ create table llx_commande_model_pdf description text )type=innodb; +insert into llx_commande_model_pdf(nom) values('azur'); + alter table llx_commande add column note_public text after note;