2
0
forked from Wavyzz/dolibarr

ajout dans fichier migration champs "statut" dans llx_paiementfourn

This commit is contained in:
Regis Houssin
2006-03-25 15:55:26 +00:00
parent e79d5ce9b5
commit c87270ea41

View File

@@ -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;