瀏覽代碼

[DB] Update schema for longer passwords in sogo

Niklas Meyer 3 年之前
父節點
當前提交
2b149fb8ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/web/inc/init_db.inc.php

+ 1 - 1
data/web/inc/init_db.inc.php

@@ -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"
         ),