]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_weapon_stats.tab
Fix merge.
[xonotic/xonstatdb.git] / tables / player_weapon_stats.tab
old mode 100644 (file)
new mode 100755 (executable)
index 54e4234..8670753
@@ -31,6 +31,8 @@ WITH (
 
 CREATE INDEX player_weap_stats_ix01 on player_weapon_stats(create_dt);
 CREATE INDEX player_weap_stats_ix02 on player_weapon_stats(game_id);
+CREATE INDEX player_weap_stats_ix03 on player_weapon_stats(player_id);
+
 ALTER TABLE xonstat.player_weapon_stats OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2011Q2 (
@@ -39,6 +41,7 @@ CREATE TABLE xonstat.player_weapon_stats_2011Q2 (
 
 CREATE INDEX player_weap_stats_2011Q2_ix01 on player_weapon_stats_2011Q2(create_dt);
 CREATE INDEX player_weap_stats_2011Q2_ix02 on player_weapon_stats_2011Q2(game_id);
+CREATE INDEX player_weap_stats_2011Q2_ix03 on player_weapon_stats_2011Q2(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2011Q2 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2011Q3 ( 
@@ -47,6 +50,7 @@ CREATE TABLE xonstat.player_weapon_stats_2011Q3 (
 
 CREATE INDEX player_weap_stats_2011Q3_ix01 on player_weapon_stats_2011Q3(create_dt);
 CREATE INDEX player_weap_stats_2011Q3_ix02 on player_weapon_stats_2011Q3(game_id);
+CREATE INDEX player_weap_stats_2011Q3_ix03 on player_weapon_stats_2011Q3(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2011Q3 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2011Q4 ( 
@@ -55,6 +59,7 @@ CREATE TABLE xonstat.player_weapon_stats_2011Q4 (
 
 CREATE INDEX player_weap_stats_2011Q4_ix01 on player_weapon_stats_2011Q4(create_dt);
 CREATE INDEX player_weap_stats_2011Q4_ix02 on player_weapon_stats_2011Q4(game_id);
+CREATE INDEX player_weap_stats_2011Q4_ix03 on player_weapon_stats_2011Q4(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2011Q4 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2012Q1 ( 
@@ -63,6 +68,7 @@ CREATE TABLE xonstat.player_weapon_stats_2012Q1 (
 
 CREATE INDEX player_weap_stats_2012Q1_ix01 on player_weapon_stats_2012Q1(create_dt);
 CREATE INDEX player_weap_stats_2012Q1_ix02 on player_weapon_stats_2012Q1(game_id);
+CREATE INDEX player_weap_stats_2012Q1_ix03 on player_weapon_stats_2012Q1(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2012Q1 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2012Q2 ( 
@@ -71,6 +77,7 @@ CREATE TABLE xonstat.player_weapon_stats_2012Q2 (
 
 CREATE INDEX player_weap_stats_2012Q2_ix01 on player_weapon_stats_2012Q2(create_dt);
 CREATE INDEX player_weap_stats_2012Q2_ix02 on player_weapon_stats_2012Q2(game_id);
+CREATE INDEX player_weap_stats_2012Q2_ix03 on player_weapon_stats_2012Q2(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2012Q2 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2012Q3 ( 
@@ -79,6 +86,7 @@ CREATE TABLE xonstat.player_weapon_stats_2012Q3 (
 
 CREATE INDEX player_weap_stats_2012Q3_ix01 on player_weapon_stats_2012Q3(create_dt);
 CREATE INDEX player_weap_stats_2012Q3_ix02 on player_weapon_stats_2012Q3(game_id);
+CREATE INDEX player_weap_stats_2012Q3_ix03 on player_weapon_stats_2012Q3(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2012Q3 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2012Q4 ( 
@@ -87,6 +95,7 @@ CREATE TABLE xonstat.player_weapon_stats_2012Q4 (
 
 CREATE INDEX player_weap_stats_2012Q4_ix01 on player_weapon_stats_2012Q4(create_dt);
 CREATE INDEX player_weap_stats_2012Q4_ix02 on player_weapon_stats_2012Q4(game_id);
+CREATE INDEX player_weap_stats_2012Q4_ix03 on player_weapon_stats_2012Q4(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2012Q4 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2013Q1 ( 
@@ -95,6 +104,7 @@ CREATE TABLE xonstat.player_weapon_stats_2013Q1 (
 
 CREATE INDEX player_weap_stats_2013Q1_ix01 on player_weapon_stats_2013Q1(create_dt);
 CREATE INDEX player_weap_stats_2013Q1_ix02 on player_weapon_stats_2013Q1(game_id);
+CREATE INDEX player_weap_stats_2013Q1_ix03 on player_weapon_stats_2013Q1(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2013Q1 OWNER TO xonstat;
 
 CREATE TABLE xonstat.player_weapon_stats_2013Q2 ( 
@@ -103,4 +113,5 @@ CREATE TABLE xonstat.player_weapon_stats_2013Q2 (
 
 CREATE INDEX player_weap_stats_2013Q2_ix01 on player_weapon_stats_2013Q2(create_dt);
 CREATE INDEX player_weap_stats_2013Q2_ix02 on player_weapon_stats_2013Q2(game_id);
+CREATE INDEX player_weap_stats_2013Q2_ix03 on player_weapon_stats_2013Q2(player_id);
 ALTER TABLE xonstat.player_weapon_stats_2013Q2 OWNER TO xonstat;