mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
user_forums and user_viewed fields removed, now handled by forum plugin
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $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.15 $
|
| $Revision: 1.16 $
|
||||||
| $Date: 2008-12-06 15:48:16 $
|
| $Date: 2008-12-17 20:03:53 $
|
||||||
| $Author: e107steved $
|
| $Author: mcfly_e107 $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
header("location:../index.php");
|
header("location:../index.php");
|
||||||
@@ -524,11 +524,9 @@ CREATE TABLE user (
|
|||||||
user_lastpost int(10) unsigned NOT NULL default '0',
|
user_lastpost int(10) unsigned NOT NULL default '0',
|
||||||
user_chats int(10) unsigned NOT NULL default '0',
|
user_chats int(10) unsigned NOT NULL default '0',
|
||||||
user_comments int(10) unsigned NOT NULL default '0',
|
user_comments int(10) unsigned NOT NULL default '0',
|
||||||
user_forums int(10) unsigned NOT NULL default '0',
|
|
||||||
user_ip varchar(45) NOT NULL default '',
|
user_ip varchar(45) NOT NULL default '',
|
||||||
user_ban tinyint(3) unsigned NOT NULL default '0',
|
user_ban tinyint(3) unsigned NOT NULL default '0',
|
||||||
user_prefs text NOT NULL,
|
user_prefs text NOT NULL,
|
||||||
user_viewed text NOT NULL,
|
|
||||||
user_visits int(10) unsigned NOT NULL default '0',
|
user_visits int(10) unsigned NOT NULL default '0',
|
||||||
user_admin tinyint(3) unsigned NOT NULL default '0',
|
user_admin tinyint(3) unsigned NOT NULL default '0',
|
||||||
user_login varchar(100) NOT NULL default '',
|
user_login varchar(100) NOT NULL default '',
|
||||||
|
Reference in New Issue
Block a user