We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d16c6e commit 65c8cb0Copy full SHA for 65c8cb0
1 file changed
BasicAdmin/schema.sql
@@ -89,8 +89,7 @@ BEGIN
89
90
UPDATE {prefix}punishments
91
SET length = IF(length - 1 = 0, -1, length - 1)
92
- WHERE expires_at > NOW()
93
- AND expires_at <= NOW() + INTERVAL 1 MINUTE;
+ WHERE expires_at > NOW();
94
95
END;
96
0 commit comments