From f5816f1011a102d91c28231bb9d437d44b6160c7 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 7 Jul 2022 19:50:19 +0100 Subject: Record the details of derivation outputs I believe this will be useful when linking builds to other services, like the Guix Data Service, since this information might be useful when joining up the derivation being built to other derivations through the details of the outputs produced. --- sqitch/pg/revert/derivation_output_details.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/revert/derivation_output_details.sql (limited to 'sqitch/pg/revert') diff --git a/sqitch/pg/revert/derivation_output_details.sql b/sqitch/pg/revert/derivation_output_details.sql new file mode 100644 index 0000000..2052bce --- /dev/null +++ b/sqitch/pg/revert/derivation_output_details.sql @@ -0,0 +1,7 @@ +-- Revert guix-build-coordinator:derivation_output_details from pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; -- cgit v1.2.3