Skip to content
Snippets Groups Projects
Commit 61440d43 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Task #9643: Prepare database

parent 062522f4
Branches
Tags
No related merge requests found
......@@ -11,5 +11,5 @@ alter table llx_product add column recuperableonly integer NOT NULL DEFAUL
alter table llx_product_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
alter table llx_product add column tobuy tinyint DEFAULT 1 after envente;
\ No newline at end of file
......@@ -44,6 +44,7 @@ create table llx_product
localtax2_tx double(6,3) DEFAULT 0, -- Spanish local VAT 2
fk_user_author integer,
envente tinyint DEFAULT 1,
tobuy tinyint DEFAULT 1,
fk_product_type integer DEFAULT 0, -- Type 0 for regular product, 1 for service
duration varchar(6),
seuil_stock_alerte integer DEFAULT 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment