]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add the table to the build.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 30 Sep 2017 14:23:24 +0000 (10:23 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 30 Sep 2017 14:23:24 +0000 (10:23 -0400)
build/build_full.sql

index f5b9f8c7b71e2b5cee1c8aeb86ea35b0ef5530bf..6ae4ebe5570ab5f8584bcad65c2bf5600025b94e 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists player_game_frag_matrix;
 drop table if exists player_agg_stats_mv;
 drop table if exists merged_servers;
 drop table if exists player_medals;
@@ -67,6 +68,7 @@ drop table if exists players cascade;
 \i tables/player_medals.tab
 \i tables/merged_servers.tab
 \i tables/player_agg_stats_mv.tab
+\i tables/player_game_frag_matrix.tab
 
 begin;