From 90f51349524b4ecf0d9e88a9d03e5b17cfe49dfd Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 22 Jan 2012 12:36:34 -0500 Subject: [PATCH] Add rank history to the build. --- build/build_full.sql | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2