diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql
index 38bbaec67da53debd304fcde77dcfc96c1debd2e..758613fd1d7989b539d8b1dbab6a71123d3c6105 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;