]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - build/build_full.sql
Add an anticheat log table.
[xonotic/xonstatdb.git] / build / build_full.sql
index 708e2cf1ed457b3055d04d79f296947c820794ff..6e2bba57ec64f6541c8a5a4a076b893ee91f4be9 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists player_game_anticheats;
 drop table if exists team_game_stats;
 drop table if exists summary_stats cascade;
 drop table if exists player_map_captimes;
@@ -49,6 +50,7 @@ drop table if exists players cascade;
 \i tables/player_map_captimes.tab
 \i tables/summary_stats.tab
 \i tables/team_game_stats.tab
+\i tables/player_game_anticheats.tab
 
 begin;