From 3db72bc4f0dcda0160f3169dd1a65dfc6a1471d0 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 26 Jun 2020 10:51:26 +0200 Subject: [PATCH] Increase column size --- docs/db_struct.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db_struct.sql b/docs/db_struct.sql index b2c0f1a..37fe344 100644 --- a/docs/db_struct.sql +++ b/docs/db_struct.sql @@ -164,7 +164,7 @@ CREATE TABLE `comunic_groups` ( `time_create` int(11) DEFAULT NULL, `userid_create` int(11) DEFAULT NULL, `name` varchar(45) DEFAULT NULL, - `path_logo` varchar(45) DEFAULT NULL, + `path_logo` varchar(50) DEFAULT NULL, `visibility` int(11) NOT NULL DEFAULT '1', `registration_level` int(11) DEFAULT '1', `posts_level` int(11) DEFAULT '0',