forked from Wavyzz/dolibarr
ajout dans fichier migration champs "statut" dans llx_paiementfourn
This commit is contained in:
@@ -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';
|
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;
|
||||||
Reference in New Issue
Block a user