From a117d37bc01274dc2952f1ef5d8ed1e8cc3b830f Mon Sep 17 00:00:00 2001 From: szporowolik Date: Mon, 23 Dec 2019 13:48:50 +0100 Subject: [PATCH] Update and sync with 0.9.3 --- 03_MySQL/m1081_perun.sql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/03_MySQL/m1081_perun.sql b/03_MySQL/m1081_perun.sql index b068485..e4265f4 100644 --- a/03_MySQL/m1081_perun.sql +++ b/03_MySQL/m1081_perun.sql @@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS `pe_Config` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `pe_Config` (`pe_Config_id`, `pe_Config_payload`) VALUES -(1, 'v0.9.2'); +(1, 'v0.9.3'); DROP TABLE IF EXISTS `pe_DataMissionHashes`; CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` ( @@ -115,8 +115,7 @@ CREATE TABLE IF NOT EXISTS `pe_LogStats` ( `pe_LogStats_playerid` bigint(20) DEFAULT NULL, `pe_LogStats_typeid` int(11) DEFAULT NULL, `pe_LogStats_masterslot` int(11) DEFAULT NULL, - `pe_LogStats_seat` int(10) UNSIGNED DEFAULT NULL, - `ps_kills_X` int(11) UNSIGNED NOT NULL DEFAULT '0', + `pe_LogStats_seat` int(10) DEFAULT NULL, `ps_pvp` int(11) UNSIGNED NOT NULL DEFAULT '0', `ps_deaths` int(11) UNSIGNED NOT NULL DEFAULT '0', `ps_ejections` int(11) UNSIGNED NOT NULL DEFAULT '0',