From: Ant Zucaro Date: Sat, 30 Jan 2016 19:54:27 +0000 (-0500) Subject: Add active servers MV to the build. X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=1bbaf8c64e208518186f303c6ce4031edbfd93ef;p=xonotic%2Fxonstatdb.git Add active servers MV to the build. --- 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;