]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add active maps MV to the build.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 2 Feb 2016 01:51:04 +0000 (20:51 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 2 Feb 2016 01:51:04 +0000 (20:51 -0500)
build/build_full.sql

index 59bedc6b6ef2d319c74056161c6a23019104e3e5..82c7a748908d3a64914f5d2430392fe3bebd8b73 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists active_maps_mv;
 drop table if exists active_servers_mv;
 drop table if exists active_players_mv;
 drop table if exists summary_stats_mv;
@@ -59,6 +60,7 @@ drop table if exists players cascade;
 \i tables/summary_stats_mv.tab
 \i tables/active_players_mv.tab
 \i tables/active_servers_mv.tab
+\i tables/active_maps_mv.tab
 
 begin;