Skip to content
Snippets Groups Projects
Commit 6113a5b0 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

FIX : [bug #1883] missing field in SQL installation

parent 6f9fb6a2
No related branches found
No related tags found
No related merge requests found
......@@ -40,5 +40,6 @@ create table llx_product_fournisseur_price
info_bits integer NOT NULL DEFAULT 0,
fk_user integer,
fk_supplier_price_expression integer, -- Link to the rule for dynamic price calculation
import_key varchar(14) -- Import key
import_key varchar(14), -- Import key
delivery_time_days integer
)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