From: Ant Zucaro Date: Fri, 25 Nov 2016 21:16:37 +0000 (-0500) Subject: Add the new table to the build script. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6346d1637e8ae2ef1357ed235cf0a3b62f65acc3;p=xonotic%2Fxonstatdb.git Add the new table to the build script. --- diff --git a/build/build_full.sql b/build/build_full.sql index 86f1c6f..ed21139 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 merged_servers; drop table if exists player_medals; drop table if exists active_maps_mv; drop table if exists active_servers_mv;