]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add captimes table to the build.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 29 Oct 2012 15:55:11 +0000 (11:55 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 29 Oct 2012 15:55:11 +0000 (11:55 -0400)
build/build_full.sql

index 7766c8fa964fbcf60e7130109c6f1079c6839285..f4eab050a70fb6ad7a5ebc5b2fa5af8858ea93d3 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+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 +44,7 @@ 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
 
 begin;