From 1bbaf8c64e208518186f303c6ce4031edbfd93ef Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 30 Jan 2016 14:54:27 -0500 Subject: [PATCH] Add active servers 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 fb554ff..59bedc6 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_servers_mv; drop table if exists active_players_mv; drop table if exists summary_stats_mv; drop table if exists player_groups; @@ -57,6 +58,7 @@ drop table if exists players cascade; \i tables/player_groups.tab \i tables/summary_stats_mv.tab \i tables/active_players_mv.tab +\i tables/active_servers_mv.tab begin; -- 2.39.2