Browse Source

[DB] Removed empty space behind c_value

Niklas Meyer 3 years ago
parent
commit
06f380a17a
1 changed files with 1 additions and 1 deletions
  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(
       "sogo_sessions_folder" => array(
         "cols" => array(
         "cols" => array(
           "c_id" => "VARCHAR(255) NOT NULL",
           "c_id" => "VARCHAR(255) NOT NULL",
-          "c_value" => "VARCHAR(4096) NOT NULL", 
+          "c_value" => "VARCHAR(4096) NOT NULL",
           "c_creationdate" => "INT(11) NOT NULL",
           "c_creationdate" => "INT(11) NOT NULL",
           "c_lastseen" => "INT(11) NOT NULL"
           "c_lastseen" => "INT(11) NOT NULL"
         ),
         ),