Skip to content
Snippets Groups Projects
Commit 3a807d9c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Revert a commit. The field was already added.

parent a88b3a8c
No related branches found
No related tags found
No related merge requests found
......@@ -385,5 +385,3 @@ ALTER TABLE llx_product_fournisseur_price ADD supplier_reputation varchar(10) NU
-- Delete old deprecated field
ALTER TABLE llx_product_stock DROP COLUMN pmp;
ALTER TABLE llx_societe ADD COLUMN fk_shipping_method_id integer;
......@@ -103,6 +103,5 @@ create table llx_societe
webservices_key varchar(128), -- supplier webservice key
fk_multicurrency integer,
multicurrency_code varchar(255),
fk_shipping_method_id integer
multicurrency_code varchar(255)
)ENGINE=innodb;
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