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
103 B
PL/PgSQL
7 lines
103 B
PL/PgSQL
-- Revert guix-data-service:create_latest_build_status from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|