]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add elos and ranks to the build file.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 22 Jan 2012 04:08:33 +0000 (23:08 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 22 Jan 2012 04:08:33 +0000 (23:08 -0500)
build/build_full.sql

index 6c109659e8681c301291229fb9243c6bcf1f304c..f419b56e6157b66170a0af6e02d02c0775e2b327 100755 (executable)
@@ -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;