mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Increase column size
This commit is contained in:
parent
af65ebe734
commit
3db72bc4f0
@ -164,7 +164,7 @@ CREATE TABLE `comunic_groups` (
|
|||||||
`time_create` int(11) DEFAULT NULL,
|
`time_create` int(11) DEFAULT NULL,
|
||||||
`userid_create` int(11) DEFAULT NULL,
|
`userid_create` int(11) DEFAULT NULL,
|
||||||
`name` varchar(45) 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',
|
`visibility` int(11) NOT NULL DEFAULT '1',
|
||||||
`registration_level` int(11) DEFAULT '1',
|
`registration_level` int(11) DEFAULT '1',
|
||||||
`posts_level` int(11) DEFAULT '0',
|
`posts_level` int(11) DEFAULT '0',
|
||||||
|
Loading…
Reference in New Issue
Block a user