Fix length of field. Make some module die.
This commit is contained in:
parent
c04903d15c
commit
67f007ea40
@ -73,6 +73,8 @@ delete from llx_const where name in ('PROJECT_HIDE_TASKS', 'MAIN_BUGTRACK_ENABLE
|
|||||||
|
|
||||||
ALTER TABLE llx_prelevement_bons ADD COLUMN type varchar(16) DEFAULT 'debit-order';
|
ALTER TABLE llx_prelevement_bons ADD COLUMN type varchar(16) DEFAULT 'debit-order';
|
||||||
|
|
||||||
|
ALTER TABLE llx_ecm_files MODIFY COLUMN src_object_type varchar(64);
|
||||||
|
|
||||||
|
|
||||||
-- Delete an old index that is duplicated
|
-- Delete an old index that is duplicated
|
||||||
-- VMYSQL4.1 DROP INDEX ix_fk_product_stock on llx_product_batch;
|
-- VMYSQL4.1 DROP INDEX ix_fk_product_stock on llx_product_batch;
|
||||||
|
|||||||
@ -25,7 +25,7 @@ CREATE TABLE llx_ecm_files
|
|||||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||||
filepath varchar(255) NOT NULL, -- relative to dolibarr document dir. Example module/def
|
filepath varchar(255) NOT NULL, -- relative to dolibarr document dir. Example module/def
|
||||||
filename varchar(255) NOT NULL, -- file name only without any directory
|
filename varchar(255) NOT NULL, -- file name only without any directory
|
||||||
src_object_type varchar(32), -- Source object type ('proposal', 'invoice', ...)
|
src_object_type varchar(64), -- Source object type ('proposal', 'invoice', ...)
|
||||||
src_object_id integer, -- Source object id
|
src_object_id integer, -- Source object id
|
||||||
fullpath_orig varchar(750), -- full path of original filename, when file is uploaded from a local computer
|
fullpath_orig varchar(750), -- full path of original filename, when file is uploaded from a local computer
|
||||||
description text,
|
description text,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user