From a273889382492507ac1874453262c83a450e78b0 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 30 Jan 2016 14:49:14 -0500 Subject: [PATCH] Add active players MV to the build. --- build/build_full.sql | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2