From 7ce84b325df991afdb0cc26fde90558295cbc816 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Feb 2019 23:58:03 +0100 Subject: [PATCH] Add annotations and fix minor bugs with mappers --- 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 5acb2e9..f578867 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -17,7 +17,7 @@ }, "auditor_audit_ref": { "name": "auditor_audit_ref", - "type": "INT", + "type": "VARCHAR(255)", "default": null, "null": true },