diff --git a/e107_core/sql/core_sql.php b/e107_core/sql/core_sql.php index 25188886c..e42b3b210 100755 --- a/e107_core/sql/core_sql.php +++ b/e107_core/sql/core_sql.php @@ -473,7 +473,7 @@ CREATE TABLE rate ( # CREATE TABLE session ( - session_id varchar(255) NOT NULL default '', + session_id varchar(250) NOT NULL default '', session_expires int(10) unsigned NOT NULL default 0, session_user int(10) unsigned default NULL, session_data text NOT NULL,