From b5c4e8a4528e2c819176cbe070f6fd8e3e34facd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Jun 2020 21:33:24 +0100 Subject: Support storing when builds start This isn't particularly accurate, what's actually being stored is the current time when the record is inserted in to the coordinator database, but that should happen just before the agent starts the build, so hopefully that's good enough. --- sqitch/sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch/sqitch.plan') diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 5623d5b..e0712ce 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -17,3 +17,4 @@ build_results_result_index 2020-05-10T17:27:00Z Christopher Baines # Add a couple more indexes build_tags 2020-05-31T13:54:41Z Christopher Baines # Support tagging builds builds_created_at 2020-06-27T18:30:32Z Christopher Baines # Add builds.created_at +build_starts 2020-06-27T20:23:38Z Christopher Baines # Add build_starts table -- cgit v1.2.3