Closed
Bug 1230219
Opened 9 years ago
Closed 9 years ago
No ADU for 2015-12-02
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 1•9 years ago
|
||
breakpad=> begin;
BEGIN
breakpad=> update crontabber set next_run = next_run - interval '1 day', last_success = last_success - interval '1 day' where app_name='fetch-adi-from-hive';
UPDATE 1
breakpad=> select next_run, last_success from crontabber where app_name='fetch-adi-from-hive';
next_run | last_success
------------------------+------------------------
2015-12-03 08:00:00+00 | 2015-12-02 08:00:00+00
(1 row)
breakpad=> commit;
COMMIT
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•