From: Ant Zucaro Date: Sun, 22 Jan 2012 04:08:33 +0000 (-0500) Subject: Add elos and ranks to the build file. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5debdfbc7dda6b384aea1c8128786a846620f3ba;p=xonotic%2Fxonstatdb.git Add elos and ranks to the build file. --- diff --git a/build/build_full.sql b/build/build_full.sql index 6c10965..f419b56 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_elos cascade; drop table if exists player_nicks cascade; drop table if exists db_version cascade; drop table if exists hashkeys cascade; @@ -33,6 +34,7 @@ drop table if exists players cascade; \i tables/hashkeys.tab \i tables/db_version.tab \i tables/player_nicks.tab +\i tables/player_elos.tab begin;