From c2fd92322fc61c973df79a665623e7ec0fcd5309 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Apr 2022 08:50:27 +0200 Subject: [PATCH] NO_CI --- 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 f4dd8af..7975a35 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -63,9 +63,9 @@ }, "auditor_audit_ip": { "name": "auditor_audit_ip", - "type": "INT", + "type": "BIGINT(20)", "null": false } } } -} \ No newline at end of file +}