mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
remove session table from default install
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Core SQL
|
* Core SQL
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
|
||||||
* $Revision: 1.28 $
|
* $Revision: 1.29 $
|
||||||
* $Date: 2009-09-25 20:20:23 $
|
* $Date: 2009-10-26 09:53:09 $
|
||||||
* $Author: secretr $
|
* $Author: e107coders $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header("location:../index.php");
|
header("location:../index.php");
|
||||||
@@ -345,20 +345,6 @@ CREATE TABLE rate (
|
|||||||
) TYPE=MyISAM;
|
) TYPE=MyISAM;
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
|
|
||||||
#
|
|
||||||
# Table structure for table `session`
|
|
||||||
#
|
|
||||||
|
|
||||||
CREATE TABLE session (
|
|
||||||
session_id varchar(32) NOT NULL default '',
|
|
||||||
session_expire int(10) unsigned NOT NULL default '0',
|
|
||||||
session_datestamp int(10) unsigned NOT NULL default '0',
|
|
||||||
session_ip varchar(200) NOT NULL default '',
|
|
||||||
session_data text NOT NULL
|
|
||||||
) TYPE=MyISAM;
|
|
||||||
|
|
||||||
# --------------------------------------------------------
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Table structure for table `submitnews`
|
# Table structure for table `submitnews`
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user