From: Ant Zucaro Date: Sat, 15 Dec 2012 15:07:08 +0000 (-0500) Subject: Remove the commit. It is redundant. X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=888bb9f503d9a677d953877a87deec6b7b90d5e6;p=xonotic%2Fxonstatdb.git Remove the commit. It is redundant. --- diff --git a/scripts/update_summary_stats.sql b/scripts/update_summary_stats.sql index 30cc97d..24c0f70 100644 --- a/scripts/update_summary_stats.sql +++ b/scripts/update_summary_stats.sql @@ -1,4 +1,4 @@ -begin; +begin transaction; -- get rid of the existing summary stats since we're about to refresh delete from summary_stats; @@ -27,6 +27,4 @@ begin; and ctf.game_type_cd = 'ctf' and duel.game_type_cd = 'duel'; - commit; - end;