Regenerate the latest_build_status table
As it doesn't handle wierdness for statuses, like builds being canceled with a timestamp of 0.
This commit is contained in:
parent
efb26a616d
commit
6a04d474c0
4 changed files with 38 additions and 0 deletions
7
sqitch/revert/regenerate_latest_build_status.sql
Normal file
7
sqitch/revert/regenerate_latest_build_status.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:regenerate_latest_build_status from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue