Bugfix Syntax Error :-(
This commit is contained in:
parent
751a72b4fc
commit
e6c29cf43a
@ -475,7 +475,7 @@ ALTER TABLE llx_categorie_product ADD PRIMARY KEY (fk_categorie, fk_product);
|
||||
|
||||
alter table llx_product modify label varchar(255) NOT NULL;
|
||||
alter table llx_product modify description text;
|
||||
ALTER TABLE llx_product ADD COLUMN price_base_type varchar(3) DEFAULT ('HT') AFTER price;
|
||||
ALTER TABLE llx_product ADD COLUMN price_base_type varchar(3) DEFAULT 'HT' AFTER price;
|
||||
ALTER TABLE llx_product ADD COLUMN price_ttc float(12,4) DEFAULT 0 AFTER price_base_type;
|
||||
alter table llx_product_det modify label varchar(255) NOT NULL;
|
||||
alter table llx_product_det modify description text;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user