Reupload after bitbucket wipe
This commit is contained in:
18
web/updater/19.php
Normal file
18
web/updater/19.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
if ( !defined('IN_UPDATER') )
|
||||
{
|
||||
die('Do not access this file directly.');
|
||||
}
|
||||
|
||||
$db->query("
|
||||
ALTER TABLE hlstats_Servers_VoiceComm
|
||||
DROP KEY `address`,
|
||||
ADD UNIQUE KEY `address` (`addr`,`UDPPort`,`queryPort`)
|
||||
", false);
|
||||
|
||||
|
||||
$db->query("
|
||||
UPDATE hlstats_Options SET `value` = '19' WHERE `keyname` = 'dbversion';
|
||||
");
|
||||
?>
|
Reference in New Issue
Block a user