From 492cd5330263e122706f57a4deff5e98d9ee7ebb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 15:28:40 +0000 Subject: [PATCH] fix tests --- 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 f68f988..8734ae2 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -148,8 +148,8 @@ "primary": true, "autoincrement": true }, - "loanmgmt_loan_description": { - "name": "loanmgmt_loan_description", + "loanmgmt_loan_element_description": { + "name": "loanmgmt_loan_element_description", "type": "TEXT", "null": false },