mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Fix: Error when creating 2 external rss boxes.
This commit is contained in:
@@ -18,4 +18,8 @@ alter table llx_product_price add column recuperableonly integer NOT NULL DEFAUL
|
||||
alter table llx_product change column envente tosell tinyint DEFAULT 1;
|
||||
alter table llx_product add column tobuy tinyint DEFAULT 1 after tosell;
|
||||
alter table llx_product_price change column envente tosell tinyint DEFAULT 1;
|
||||
|
||||
|
||||
|
||||
ALTER TABLE llx_boxes_def DROP INDEX uk_boxes_def;
|
||||
ALTER TABLE llx_boxes_def MODIFY note varchar(255);
|
||||
ALTER TABLE llx_boxes_def ADD UNIQUE INDEX uk_boxes_def (file, entity, note);
|
||||
|
||||
Reference in New Issue
Block a user