]> 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 86f1c6f795e9c3e22785bb13c3351fb6ea36e7d2..6ae4ebe5570ab5f8584bcad65c2bf5600025b94e 100755 (executable)
@@ -1,4 +1,7 @@
 -- 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;
 drop table if exists active_servers_mv;
@@ -63,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;