From cb358d4de0ce387542bf737593e362ebb73b9e3c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 25 Apr 2020 17:57:37 +0200 Subject: [PATCH] Update database structure --- db_struct.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db_struct.sql b/db_struct.sql index d7f0912..802137c 100644 --- a/db_struct.sql +++ b/db_struct.sql @@ -130,6 +130,7 @@ CREATE TABLE `comunic_conversations_list` ( `name` varchar(50) DEFAULT NULL, `last_active` int(11) DEFAULT NULL, `creation_time` int(11) DEFAULT NULL, + `can_everyone_add_members` tinyint(4) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;