diff options
author | Christopher Baines <mail@cbaines.net> | 2019-12-04 22:04:44 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-12-04 22:04:44 +0100 |
commit | 76eca407910ce8ca714291c74dec8d9761590d56 (patch) | |
tree | e14d95302c9bcc9be518a6cd530e3fb179e43c22 /sqitch/sqitch.plan | |
parent | f0b16b5a7c6503c6df855ed9d36cfd1bb39cab8c (diff) | |
download | data-service-76eca407910ce8ca714291c74dec8d9761590d56.tar data-service-76eca407910ce8ca714291c74dec8d9761590d56.tar.gz |
Add a table to record where narinfo files were fetched from
Otherwise it's hard to associated narinfo files to build servers.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index e79df69..3b16f94 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -31,3 +31,4 @@ build_server_token_seeds 2019-11-23T09:26:48Z Christopher Baines <mail@cbaines.n rework_builds 2019-11-23T20:41:20Z Christopher Baines <mail@cbaines.net> # Rework the build tables nar_related_tables 2019-11-29T20:28:19Z Christopher Baines <mail@cbaines.net> # Add nar related tables add_index_on_builds_derivation_file_name 2019-12-03T16:23:55Z <chris@phact> # Add index on builds_derivation_file_name +narinfo_fetch_record 2019-12-03T20:53:28Z <chris@phact> # Add a table to describe fetching a narinfo |