Task #9643: Prepare database
This commit is contained in:
parent
062522f455
commit
61440d4394
@ -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_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
|
||||||
|
|
||||||
|
alter table llx_product add column tobuy tinyint DEFAULT 1 after envente;
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ create table llx_product
|
|||||||
localtax2_tx double(6,3) DEFAULT 0, -- Spanish local VAT 2
|
localtax2_tx double(6,3) DEFAULT 0, -- Spanish local VAT 2
|
||||||
fk_user_author integer,
|
fk_user_author integer,
|
||||||
envente tinyint DEFAULT 1,
|
envente tinyint DEFAULT 1,
|
||||||
|
tobuy tinyint DEFAULT 1,
|
||||||
fk_product_type integer DEFAULT 0, -- Type 0 for regular product, 1 for service
|
fk_product_type integer DEFAULT 0, -- Type 0 for regular product, 1 for service
|
||||||
duration varchar(6),
|
duration varchar(6),
|
||||||
seuil_stock_alerte integer DEFAULT 0,
|
seuil_stock_alerte integer DEFAULT 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user