From 9187c9c8fbb4984414e68b6b999079a40b0ead52 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Nov 2019 22:40:27 +0100 Subject: [PATCH] cleanup tests and use @covers more --- Admin/Install/db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 05af1ff..b18e0f1 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -268,8 +268,8 @@ "type": "INT", "default": null, "null": true, - "foreignTable": "projectmanagement_project", - "foreignKey": "projectmanagement_project_id" + "foreignTable": "riskmngmt_project", + "foreignKey": "riskmngmt_project_id" }, "riskmngmt_risk_process": { "name": "riskmngmt_risk_process",