From: Ant Zucaro Date: Sat, 15 Dec 2012 14:48:26 +0000 (-0500) Subject: Add the summary stats table to the build. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d914a5f87752a6e10678772bf51ff2ca97cfd38;p=xonotic%2Fxonstatdb.git Add the summary stats table to the build. --- diff --git a/build/build_full.sql b/build/build_full.sql index f4eab05..7a03ac7 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 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;