diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 7d99c9ed1f5..e126eb392a4 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -109,3 +109,5 @@ drop table if exists llx_soc_recontact; update llx_const set name='MAIN_SIZE_LISTE_LIMIT' where name='SIZE_LISTE_LIMIT'; + +alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0; \ No newline at end of file