diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index ef7b55ef527..d50f7183fbc 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -291,4 +291,6 @@ alter table llx_facture add column model_pdf varchar(50) after note_public; update llx_societe_remise_except set description='Remise sans description' where description is NULL or description =''; -alter table llx_societe_remise_except modify description varchar(255) NOT NULL; \ No newline at end of file +alter table llx_societe_remise_except modify description varchar(255) NOT NULL; + +insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM', 'system', 'Envoi Commande'); \ No newline at end of file