From: Ant Zucaro Date: Mon, 29 Oct 2012 15:55:11 +0000 (-0400) Subject: Add captimes table to the build. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=70c0d04aa7e970f3017146258c5f2a0ea410f98f;p=xonotic%2Fxonstatdb.git Add captimes table to the build. --- diff --git a/build/build_full.sql b/build/build_full.sql index 7766c8f..f4eab05 100755 --- a/build/build_full.sql +++ b/build/build_full.sql @@ -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;