[DB] Update schema for longer passwords in sogo

This commit is contained in:
Niklas Meyer 2022-03-11 17:54:18 +01:00 committed by DerLinkman
parent 3166bd5df5
commit 2b149fb8ea

View File

@ -864,7 +864,7 @@ function init_db_schema() {
"sogo_sessions_folder" => array(
"cols" => array(
"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"
),