-- Groups table
ALTER TABLE `comunic`.`comunic_groups`
ADD COLUMN `is_members_list_public` TINYINT(1) NULL DEFAULT 0 AFTER `url`;