From 888bb9f503d9a677d953877a87deec6b7b90d5e6 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 15 Dec 2012 10:07:08 -0500 Subject: [PATCH] Remove the commit. It is redundant. --- scripts/update_summary_stats.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.2