Reupload after bitbucket wipe
This commit is contained in:
15
web/updater/30.php
Normal file
15
web/updater/30.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
if ( !defined('IN_UPDATER') )
|
||||
{
|
||||
die('Do not access this file directly.');
|
||||
}
|
||||
|
||||
$db->query("
|
||||
CREATE FULLTEXT INDEX message ON hlstats_Events_Chat (message)
|
||||
", false);
|
||||
|
||||
$db->query("
|
||||
UPDATE hlstats_Options SET `value` = '30' WHERE `keyname` = 'dbversion'
|
||||
");
|
||||
?>
|
Reference in New Issue
Block a user