From 00fe8e02d222b3ff7dac141a7938418ba8d60bb3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Jun 2020 22:35:17 +0100 Subject: Support tracking the end time of builds --- sqitch/pg/revert/add_builds_end_time.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/revert/add_builds_end_time.sql (limited to 'sqitch/pg/revert') diff --git a/sqitch/pg/revert/add_builds_end_time.sql b/sqitch/pg/revert/add_builds_end_time.sql new file mode 100644 index 0000000..78fdb86 --- /dev/null +++ b/sqitch/pg/revert/add_builds_end_time.sql @@ -0,0 +1,7 @@ +-- Revert guix-build-coordinator:add_builds_end_time from pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; -- cgit v1.2.3