From 3c5b5bb3708694e7b4c545f711330f2f14b0d52a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 26 Apr 2024 00:27:31 +0000 Subject: [PATCH] test fix --- Admin/Install/db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 01ff746..24fd34d 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -13,7 +13,7 @@ "name": "itemmgmt_item_no", "type": "VARCHAR(30)", "null": false, - "unique": true + "unique": false }, "itemmgmt_item_status": { "name": "itemmgmt_item_status",