]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - build/build_full.sql
Make the server hashkey an attribute instead of its own table.
[xonotic/xonstatdb.git] / build / build_full.sql
index 9a0fabb571f5b7c96251c2a4d56eb6e641f05169..d77d3238f764f27cf3ecbd274376b8696b9e6080 100755 (executable)
@@ -1,5 +1,4 @@
 -- drop tables first in reverse order
-drop table if exists server_hashkeys cascade;
 drop table if exists player_nicks cascade;
 drop table if exists db_version cascade;
 drop table if exists hashkeys cascade;
@@ -34,7 +33,6 @@ drop table if exists players cascade;
 \i tables/hashkeys.tab
 \i tables/db_version.tab
 \i tables/player_nicks.tab
-\i tables/server_hashkeys.tab
 
 begin;