diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 1b76800711f..5a041ccde4f 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -23,3 +23,4 @@ alter table llx_facture add column note_public text after note; alter table llx_propal add column note_public text after note; +ALTER TABLE llx_societe ADD mode_reglement INT( 11 ) DEFAULT NULL ;