fix(scripts): wrong type for c_value in script for complete unicode coverage

This commit is contained in:
Hivert Quentin
2023-11-06 09:21:52 +01:00
parent f8b7986501
commit 65374e44fc

View File

@@ -141,7 +141,7 @@ CREATE TABLE sogo_quick_contact (
CREATE TABLE sogo_sessions_folder (
c_id varchar(255) NOT NULL,
c_value varchar(255) NOT NULL,
c_value varchar(4096) NOT NULL,
c_creationdate int(11) NOT NULL,
c_lastseen int(11) NOT NULL,
PRIMARY KEY (c_id)