2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/regenerate_latest_build_status.sql
Christopher Baines 6a04d474c0 Regenerate the latest_build_status table
As it doesn't handle wierdness for statuses, like builds being canceled with a
timestamp of 0.
2020-10-21 19:46:27 +01:00

8 lines
116 B
PL/PgSQL

-- Verify guix-data-service:regenerate_latest_build_status on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;