From f0657d6ff3e2b72683563ba8ac176acff278f5de Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 19 Jul 2021 18:03:15 +0300 Subject: [PATCH] Changed provider 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 ce59a1d1b0..365fac2c55 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -380,7 +380,7 @@ $collections = [ '$id' => 'provider', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 1000, + 'size' => 128, 'signed' => true, 'required' => false, 'default' => null,