Commit cac5739e authored by Sebastien Robin's avatar Sebastien Robin

some scripts have name longuer than 40

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17198 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be2c4edb
......@@ -12,7 +12,7 @@ CREATE TABLE `message_queue` (
`uid` int(11) NOT NULL,
`date` datetime,
`path` VARCHAR(255),
`method_id` VARCHAR(40),
`method_id` VARCHAR(255),
`processing_node` INT DEFAULT -1,
`processing` INT DEFAULT 0,
`processing_date` datetime,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment