]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - build/build_full.sql
Add a new table for player skills.
[xonotic/xonstatdb.git] / build / build_full.sql
index a9072c4dbdb72ee21eae8d6b323cdc1df0f9436c..d74adfccc4a62a797598e225025be0dec6c8b8cf 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists player_skills;
 drop table if exists player_game_nonparticipants;
 drop table if exists player_game_frag_matrix;
 drop table if exists player_agg_stats_mv;
@@ -71,6 +72,7 @@ drop table if exists players cascade;
 \i tables/player_agg_stats_mv.tab
 \i tables/player_game_frag_matrix.tab
 \i tables/player_game_nonparticipants.tab
+\i tables/player_skills.tab
 
 begin;