]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add active players MV to the build.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 30 Jan 2016 19:49:14 +0000 (14:49 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 30 Jan 2016 19:49:14 +0000 (14:49 -0500)
build/build_full.sql

index 5af9c6f5419e75da9f6e2b2496043e8f2e3d1676..fb554ff8b5b660b1dd5aa87550dce1ad692ebafd 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists active_players_mv;
 drop table if exists summary_stats_mv;
 drop table if exists player_groups;
 drop table if exists player_game_anticheats;
@@ -55,6 +56,7 @@ drop table if exists players cascade;
 \i tables/player_game_anticheats.tab
 \i tables/player_groups.tab
 \i tables/summary_stats_mv.tab
+\i tables/active_players_mv.tab
 
 begin;