]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - build/build_full.sql
Add the table to the build.
[xonotic/xonstatdb.git] / build / build_full.sql
index ed21139154415f30518955ecb01f5208e4eb942c..6ae4ebe5570ab5f8584bcad65c2bf5600025b94e 100755 (executable)
@@ -1,4 +1,6 @@
 -- 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;
 drop table if exists active_maps_mv;
@@ -64,6 +66,9 @@ drop table if exists players cascade;
 \i tables/active_servers_mv.tab
 \i tables/active_maps_mv.tab
 \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;