Fix regression: missing column

This commit is contained in:
Laurent Destailleur
2020-09-16 01:06:54 +02:00
parent 5c31593d43
commit b690bab1a8
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ create table llx_product
note text,
customcode varchar(32), -- Optionnal custom code
fk_country integer DEFAULT NULL, -- Optionnal id of original country
fk_state integer DEFAULT NULL, -- Optionnal id of original state/province
price double(24,8) DEFAULT 0,
price_ttc double(24,8) DEFAULT 0,
price_min double(24,8) DEFAULT 0,