mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Update database structure
This commit is contained in:
parent
2d88d42b80
commit
cb358d4de0
@ -130,6 +130,7 @@ CREATE TABLE `comunic_conversations_list` (
|
|||||||
`name` varchar(50) DEFAULT NULL,
|
`name` varchar(50) DEFAULT NULL,
|
||||||
`last_active` int(11) DEFAULT NULL,
|
`last_active` int(11) DEFAULT NULL,
|
||||||
`creation_time` int(11) DEFAULT NULL,
|
`creation_time` int(11) DEFAULT NULL,
|
||||||
|
`can_everyone_add_members` tinyint(4) DEFAULT '1',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user