summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 3f0fd1d..2840934 100644
--- a/schema.sql
+++ b/schema.sql
@@ -967,7 +967,7 @@ begin
players
set
clock = (
- case (select pace from games where old.game_id = players.game_id)
+ case old.pace
when 1 then 1
when 2 then 3
when 3 then 3