diff --git a/docs/db_struct.sql b/docs/db_struct.sql index e412a23..6c2525e 100644 --- a/docs/db_struct.sql +++ b/docs/db_struct.sql @@ -100,7 +100,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(50) DEFAULT NULL, + `path_logo` varchar(250) DEFAULT NULL, `visibility` int(11) NOT NULL DEFAULT '1', `registration_level` int(11) DEFAULT '1', `posts_level` int(11) DEFAULT '0',