diff options
author | Christopher Baines <mail@cbaines.net> | 2019-10-05 09:14:40 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-10-05 09:14:40 +0100 |
commit | 9fc6dd08e681ee8ce12c6d1d5036710d05b5e9db (patch) | |
tree | 2df53fdfe072f36f647997108dcf06a2b4ed75be /sqitch/sqitch.plan | |
parent | a104fbc5e1cd1485c2ce97e555d91d28f3c6eb67 (diff) | |
download | data-service-9fc6dd08e681ee8ce12c6d1d5036710d05b5e9db.tar data-service-9fc6dd08e681ee8ce12c6d1d5036710d05b5e9db.tar.gz |
Remove duplicates from the guix_revisions table
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 0b16d72..14a5478 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -24,3 +24,4 @@ package_versions_by_guix_revision_range 2019-09-26T20:23:15Z Christopher Baines index_on_load_new_guix_revision_job_events_job_id 2019-09-29T10:39:04Z Christopher Baines <mail@cbaines.net> # Add index on load_new_guix_revision_job_events.job_id fix_null_values_in_git_branches 2019-09-29T11:06:12Z Christopher Baines <mail@cbaines.net> # Fix the NULL values in git_branches add_retry_value_to_job_event_enum 2019-10-02T19:13:52Z Christopher Baines <mail@cbaines.net> # Add retry value to job_event enum +remove_guix_revision_duplicates 2019-10-05T08:00:14Z Christopher Baines <mail@cbaines.net> # Remove duplicates in the guix_revisions table |