From: Ant Zucaro Date: Sun, 22 Jan 2012 17:36:34 +0000 (-0500) Subject: Add rank history to the build. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstatdb.git;a=commitdiff_plain;h=90f51349524b4ecf0d9e88a9d03e5b17cfe49dfd Add rank history to the build. --- diff --git a/build/build_full.sql b/build/build_full.sql index 0e7a848..359a653 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_ranks_history cascade; drop table if exists player_ranks cascade; drop table if exists player_elos cascade; drop table if exists player_nicks cascade; @@ -37,6 +38,7 @@ drop table if exists players cascade; \i tables/player_nicks.tab \i tables/player_elos.tab \i tables/player_ranks.tab +\i tables/player_ranks_history.tab begin;