diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 5a041ccde4f..959f804a7c8 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -24,3 +24,5 @@ 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 ; + +ALTER TABLE llx_societe ADD cond_reglement INT( 11 ) DEFAULT '1' NOT NULL ;