From: Ant Zucaro Date: Sat, 30 Jan 2016 19:49:14 +0000 (-0500) Subject: Add active players MV to the build. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a273889382492507ac1874453262c83a450e78b0;p=xonotic%2Fxonstatdb.git Add active players MV to the build. --- diff --git a/build/build_full.sql b/build/build_full.sql index 5af9c6f..fb554ff 100755 --- a/build/build_full.sql +++ b/build/build_full.sql @@ -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;