]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add the summary stats table to the build.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 14:48:26 +0000 (09:48 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 14:48:26 +0000 (09:48 -0500)
build/build_full.sql

index f4eab050a70fb6ad7a5ebc5b2fa5af8858ea93d3..7a03ac708cb659ebfd092f63431dfd6df448d6bf 100755 (executable)
@@ -1,4 +1,5 @@
 -- 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;
@@ -45,6 +46,7 @@ drop table if exists players cascade;
 \i tables/cd_ladder.tab
 \i tables/player_ladder_ranks.tab
 \i tables/player_map_captimes.tab
+\i tables/summary_stats.tab
 
 begin;