From ce0243e4358d22c2106527b4b7e12380d834864d Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Tue, 14 Feb 2006 14:49:57 +0000 Subject: [PATCH] ajout champ cond_reglement dans societe --- mysql/migration/2.0.0-2.1.0.sql | 2 ++ 1 file changed, 2 insertions(+) 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 ;