summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-10 10:32:53 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-10 10:33:39 +0100
commit1a41efaeb429dde78944c0c8853425cff33fc693 (patch)
tree6dbf49ca412c572f0e0b062c2c16b075274c61c3 /schema.sql
parented340292beccba93ad074521d273e94cceeffcb3 (diff)
downloadserver-1a41efaeb429dde78944c0c8853425cff33fc693.tar.gz
Fix initial clock SQL trigger.HEADmaster
Diffstat (limited to 'schema.sql')
-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