bugfix
This commit is contained in:
parent
daca389d47
commit
eaab349d53
@ -9,7 +9,7 @@
|
|||||||
{"name": "id", "title": "执行ID", "type": "str", "length": 32, "nullable": "no"},
|
{"name": "id", "title": "执行ID", "type": "str", "length": 32, "nullable": "no"},
|
||||||
{"name": "instance_id", "title": "流程实例ID", "type": "str", "length": 32},
|
{"name": "instance_id", "title": "流程实例ID", "type": "str", "length": 32},
|
||||||
{"name": "from_neid", "title": "从节点id", "type": "str", "length": 32},
|
{"name": "from_neid", "title": "从节点id", "type": "str", "length": 32},
|
||||||
{"name": "to_neid", "title": "到节点id", "type": "str", "length": 32},
|
{"name": "to_neid", "title": "到节点id", "type": "str", "length": 32}
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
{"name": "idx_node_exec_inst", "idxtype": "index", "idxfields": ["instance_id"]}
|
{"name": "idx_node_exec_inst", "idxtype": "index", "idxfields": ["instance_id"]}
|
||||||
Loading…
x
Reference in New Issue
Block a user