зеркало из https://github.com/github/github-ds.git
Use ruby's time so we're compatable with things like timecop
This commit is contained in:
Родитель
c0f80a323a
Коммит
47553e8119
|
@ -290,7 +290,7 @@ module GitHub
|
|||
`value`=IF(
|
||||
concat('',`value`*1) = `value`,
|
||||
LAST_INSERT_ID(IF(
|
||||
`expires_at` IS NULL OR `expires_at`>=NOW(),
|
||||
`expires_at` IS NULL OR `expires_at`>=:now,
|
||||
`value`+:amount,
|
||||
:amount
|
||||
)),
|
||||
|
|
Загрузка…
Ссылка в новой задаче