#949 replace other occurances of now() with LOCALTIMESTAMP
This commit is contained in:
@@ -40,7 +40,7 @@ sub increment_deferrals {
|
|||||||
return unless $row->in_storage;
|
return unless $row->in_storage;
|
||||||
return $row->update({
|
return $row->update({
|
||||||
deferrals => (($row->deferrals || 0) + 1),
|
deferrals => (($row->deferrals || 0) + 1),
|
||||||
last_defer => \'now()',
|
last_defer => \'LOCALTIMESTAMP',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user