Task #9643: Prepare database

This commit is contained in:
Juanjo Menent 2010-08-10 18:18:04 +00:00
parent 062522f455
commit 61440d4394
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View 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,