Allow for build status information to be submitted by POST request. This required some changes to the builds and build_status tables, as for example, the Cuirass build id may not be available, and the derivation may not be know yet, so just record the derivation file name.
7 lines
90 B
PL/PgSQL
7 lines
90 B
PL/PgSQL
-- Revert guix-data-service:rework_builds from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|