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/verify/regenerate_latest_build_status.sql
Normal file
7
sqitch/verify/regenerate_latest_build_status.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:regenerate_latest_build_status on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue