Skip to content

Commit

Permalink
(fix) update the script to add the c_hascertificate colum
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Mar 12, 2018
1 parent 5d1a650 commit 5545c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/mysql-utf8mb4.sql
Expand Up @@ -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;

Expand Down

0 comments on commit 5545c9f

Please sign in to comment.