]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - build/build_full.sql
Add the summary stats table to the build.
[xonotic/xonstatdb.git] / build / build_full.sql
index 7766c8fa964fbcf60e7130109c6f1079c6839285..7a03ac708cb659ebfd092f63431dfd6df448d6bf 100755 (executable)
@@ -1,4 +1,6 @@
 -- drop tables first in reverse order
+drop table if exists summary_stats cascade;
+drop table if exists player_map_captimes;
 drop table if exists player_ladder_ranks;
 drop table if exists cd_ladder cascade;
 drop table if exists player_ranks_history cascade;
@@ -43,6 +45,8 @@ drop table if exists players cascade;
 \i tables/player_ranks_history.tab
 \i tables/cd_ladder.tab
 \i tables/player_ladder_ranks.tab
+\i tables/player_map_captimes.tab
+\i tables/summary_stats.tab
 
 begin;