(fix) update the script to add the c_hascertificate colum

pull/240/head
Ludovic Marcotte 2018-03-12 13:18:02 -04:00
parent 5d1a6508d0
commit 5545c9f26e
1 changed files with 1 additions and 0 deletions

View File

@ -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;