From e3750688e6399daa248ecc2d0d23e32bd2fca9d9 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Tue, 13 May 2008 01:17:42 +0000
Subject: [PATCH] Fix: Default value for tva_assuj was not 1

---
 mysql/migration/2.2.0-2.4.0.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql
index 38bbaec67da..758613fd1d7 100644
--- a/mysql/migration/2.2.0-2.4.0.sql
+++ b/mysql/migration/2.2.0-2.4.0.sql
@@ -232,6 +232,8 @@ insert into llx_c_prospectlevel (code,label,sortorder) values ('PL_HIGH',      '
 
 
 alter table llx_societe add column fk_prospectlevel varchar(12) after fournisseur;
+alter table llx_societe modify tva_assuj tinyint        DEFAULT 1;
+
 
 --update llx_actioncomm set datea = datep where datea is null and percent = 100;
 --update llx_actioncomm set datea2 = datea where datea2 is null and percent = 100;
-- 
GitLab