ajout dans fichier migration champs "statut" dans llx_paiementfourn
This commit is contained in:
parent
e79d5ce9b5
commit
c87270ea41
@ -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;
|
||||
Loading…
Reference in New Issue
Block a user