mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-03-07 11:58:42 +00:00
org -> unit change, some new functionality
This commit is contained in:
parent
72a757ae7d
commit
4318907754
|
|
@ -89,8 +89,8 @@
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"default": null,
|
"default": null,
|
||||||
"null": true,
|
"null": true,
|
||||||
"foreignTable": "organization_unit",
|
"foreignTable": "unit",
|
||||||
"foreignKey": "organization_unit_id"
|
"foreignKey": "unit_id"
|
||||||
},
|
},
|
||||||
"riskmngmt_process_responsible": {
|
"riskmngmt_process_responsible": {
|
||||||
"name": "riskmngmt_process_responsible",
|
"name": "riskmngmt_process_responsible",
|
||||||
|
|
@ -194,8 +194,8 @@
|
||||||
"name": "riskmngmt_unit_unit",
|
"name": "riskmngmt_unit_unit",
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"null": false,
|
"null": false,
|
||||||
"foreignTable": "organization_unit",
|
"foreignTable": "unit",
|
||||||
"foreignKey": "organization_unit_id"
|
"foreignKey": "unit_id"
|
||||||
},
|
},
|
||||||
"riskmngmt_unit_responsible": {
|
"riskmngmt_unit_responsible": {
|
||||||
"name": "riskmngmt_unit_responsible",
|
"name": "riskmngmt_unit_responsible",
|
||||||
|
|
@ -244,8 +244,8 @@
|
||||||
"name": "riskmngmt_risk_unit",
|
"name": "riskmngmt_risk_unit",
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"null": false,
|
"null": false,
|
||||||
"foreignTable": "organization_unit",
|
"foreignTable": "unit",
|
||||||
"foreignKey": "organization_unit_id"
|
"foreignKey": "unit_id"
|
||||||
},
|
},
|
||||||
"riskmngmt_risk_department": {
|
"riskmngmt_risk_department": {
|
||||||
"name": "riskmngmt_risk_department",
|
"name": "riskmngmt_risk_department",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user