Ajout champs dans llx_paiement
This commit is contained in:
parent
21e6fc3461
commit
3eb5b32e34
@ -13,6 +13,11 @@ alter table llx_societe add fk_user_modif integer;
|
||||
alter table llx_socpeople add civilite smallint;
|
||||
alter table llx_socpeople add fk_user_modif integer;
|
||||
|
||||
|
||||
alter table llx_paiement add tms timestamp after datec;
|
||||
alter table llx_paiement add fk_user_creat integer;
|
||||
alter table llx_paiement add fk_user_modif integer;
|
||||
|
||||
alter table llx_propal add fin_validite datetime ;
|
||||
|
||||
alter table llx_entrepot add statut tinyint default 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user