From 09a1f609be3df4fc41e6392b5075e68e2f648c30 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 19 Jul 2021 18:02:05 +0300 Subject: [PATCH] Changed IP length --- app/config/collections2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index 6ded2ab626..ce59a1d1b0 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -446,7 +446,7 @@ $collections = [ '$id' => 'ip', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 15, + 'size' => 45, // https://stackoverflow.com/a/166157/2299554 'signed' => true, 'required' => false, 'default' => null,