mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change datatype of result_json to make it able to handle more data
This commit is contained in:
parent
ef1e7e80eb
commit
f1ae457155
@ -5,8 +5,8 @@ CREATE TABLE `pending_tasks` (
|
|||||||
`request` varbinary(2048) NOT NULL,
|
`request` varbinary(2048) NOT NULL,
|
||||||
`created` datetime NOT NULL,
|
`created` datetime NOT NULL,
|
||||||
`finished` datetime DEFAULT '2000-01-01 000000',
|
`finished` datetime DEFAULT '2000-01-01 000000',
|
||||||
`result_json` varchar(255) DEFAULT NULL,
|
`result_json` text DEFAULT NULL,
|
||||||
`param_json` text NULL,
|
`param_json` text DEFAULT NULL,
|
||||||
`task_type_id` int UNSIGNED NOT NULL,
|
`task_type_id` int UNSIGNED NOT NULL,
|
||||||
`child_pending_task_id` int UNSIGNED DEFAULT 0,
|
`child_pending_task_id` int UNSIGNED DEFAULT 0,
|
||||||
`parent_pending_task_id` int UNSIGNED DEFAULT 0,
|
`parent_pending_task_id` int UNSIGNED DEFAULT 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user