2
0
forked from Wavyzz/dolibarr

add migration for desc_fourn

This commit is contained in:
atm-greg
2018-08-07 09:49:57 +02:00
parent ad5f59822e
commit be63f0dc89

View File

@@ -30,6 +30,7 @@
ALTER TABLE llx_extrafields ADD COLUMN help text NULL;
ALTER TABLE llx_extrafields ADD COLUMN totalizable boolean DEFAULT FALSE after list;
ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_fourn;
ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;