]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add player_medals to the build.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 29 Mar 2016 01:09:24 +0000 (21:09 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 29 Mar 2016 01:09:24 +0000 (21:09 -0400)
build/build_full.sql

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