mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
(fix) update the script to add the c_hascertificate colum
This commit is contained in:
@@ -135,6 +135,7 @@ CREATE TABLE sogo_quick_contact (
|
||||
c_telephonenumber varchar(255) DEFAULT NULL,
|
||||
c_categories varchar(255) DEFAULT NULL,
|
||||
c_component varchar(10) NOT NULL,
|
||||
c_hascertificate int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (c_folder_id,c_name)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user