This will avoid many queries trying to figure out what the latest build status is, which will hopefuly simplify queries as well as improving performance.
7 lines
112 B
PL/PgSQL
7 lines
112 B
PL/PgSQL
-- Verify guix-data-service:create_latest_build_status on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|