projects
/
xonotic
/
xonstatdb.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd1f97
)
Remove the commit. It is redundant.
author
Ant Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 15:07:08 +0000
(10:07 -0500)
committer
Ant Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 15:07:08 +0000
(10:07 -0500)
scripts/update_summary_stats.sql
patch
|
blob
|
history
diff --git
a/scripts/update_summary_stats.sql
b/scripts/update_summary_stats.sql
index 30cc97d106a709cf7b580b9b0e85440a7fec3110..24c0f7062ef083caf981c7dd2d519b5b8f90aaf5 100644
(file)
--- 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;