diff options
author | Christopher Baines <mail@cbaines.net> | 2020-10-21 19:46:27 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-21 19:46:27 +0100 |
commit | 6a04d474c06b9bcfb91ee07d3639755024d1ff1c (patch) | |
tree | 68d2eed3bcd32ee7642fc329490d464a4299d0c9 /sqitch/sqitch.plan | |
parent | efb26a616dd374d73e4fbcce4652eac04bae2c38 (diff) | |
download | data-service-6a04d474c06b9bcfb91ee07d3639755024d1ff1c.tar data-service-6a04d474c06b9bcfb91ee07d3639755024d1ff1c.tar.gz |
Regenerate the latest_build_status table
As it doesn't handle wierdness for statuses, like builds being canceled with a
timestamp of 0.
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 f5b2c33..5df6d90 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -74,3 +74,4 @@ change_derivation_source_file_nars_constraint 2020-10-02T17:12:58Z Christopher B add_derivation_sources_derivation_source_file_id_index 2020-10-02T19:11:59Z Christopher Baines <mail@cbaines.net> # Add derivation_sources.derivation_source_file_id index git_repositories_add_fetch_with_authentication_field 2020-10-07T17:31:20Z Christopher Baines <mail@cbaines.net> # Add git_repositories.fetch_with_authentication create_latest_build_status 2020-10-13T17:22:39Z Christopher Baines <mail@cbaines.net> # Create the latest_build_status table +regenerate_latest_build_status 2020-10-21T18:39:03Z Christopher Baines <mail@cbaines.net> # Regenerate the latest_build_status table |