From 54bac8f6b189b4b608d39fdfb48daeb06d758e1c Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Tue, 14 Feb 2006 11:11:59 +0000 Subject: [PATCH] ajout mode reglement dans societe --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) 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 ;