Skip to content
Snippets Groups Projects
Commit 6cee8e12 authored by Charles Benke's avatar Charles Benke
Browse files

Update 3.6.0-3.7.0.sql

increase fieds size of ref supplier (order and bill)
parent 38c2dc87
No related branches found
No related tags found
No related merge requests found
......@@ -1121,3 +1121,12 @@ ALTER TABLE llx_extrafields ADD alwayseditable INTEGER DEFAULT 0 AFTER pos;
-- add supplier webservice fields
ALTER TABLE llx_societe ADD webservices_url varchar(255) DEFAULT NULL;
ALTER TABLE llx_societe ADD webservices_key varchar(128) DEFAULT NULL;
-- changes size of ref in commande_fourn and facture_fourn
ALTER TABLE llx_commande_fournisseur MODIFY COLUMN ref VARCHAR(255);
ALTER TABLE llx_commande_fournisseur MODIFY COLUMN ref_ext VARCHAR(255);
ALTER TABLE llx_commande_fournisseur MODIFY COLUMN ref_supplier VARCHAR(255);
ALTER TABLE llx_facture_fourn MODIFY COLUMN ref VARCHAR(255);
ALTER TABLE llx_facture_fourn MODIFY COLUMN ref_ext VARCHAR(255);
ALTER TABLE llx_facture_fourn MODIFY COLUMN ref_supplier VARCHAR(255);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment