Signed-off-by: Peter Spicer <[email protected]>
@@ -777,8 +777,7 @@ CREATE TABLE {$db_prefix}log_activity (
posts smallint(5) unsigned NOT NULL default '0',
registers smallint(5) unsigned NOT NULL default '0',
most_on smallint(5) unsigned NOT NULL default '0',
- PRIMARY KEY (date),
- KEY most_on (most_on)
+ PRIMARY KEY (date)
) ENGINE=MyISAM;
#
@@ -1012,11 +1012,6 @@ CREATE TABLE {$db_prefix}log_activity (
PRIMARY KEY (date)
);
-#
-# Indexes for table `log_activity`
-CREATE INDEX {$db_prefix}log_activity_most_on ON {$db_prefix}log_activity (most_on);
-
# Sequence for table `log_banned`
@@ -807,11 +807,6 @@ CREATE TABLE {$db_prefix}log_activity (
# Table structure for table `log_banned`