]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add the new table to the build script.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 25 Nov 2016 21:16:37 +0000 (16:16 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 25 Nov 2016 21:16:37 +0000 (16:16 -0500)
build/build_full.sql

index 86f1c6f795e9c3e22785bb13c3351fb6ea36e7d2..ed21139154415f30518955ecb01f5208e4eb942c 100755 (executable)
@@ -1,4 +1,5 @@
 -- drop tables first in reverse order
+drop table if exists merged_servers;
 drop table if exists player_medals;
 drop table if exists active_maps_mv;
 drop table if exists active_servers_mv;