aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-04-08 20:34:11 +0100
committerChristopher Baines <mail@cbaines.net>2021-04-08 20:34:11 +0100
commit44d00065cfbd0f24d2fac631608a5aeaace648a7 (patch)
treee4e95a3705e1d2b0a5cecb400aa4b7d3b9025fb7 /sqitch/sqitch.plan
parentd7674caa4f7c5e8faa8db347a49b7fd1bb264e9f (diff)
downloadbuild-coordinator-44d00065cfbd0f24d2fac631608a5aeaace648a7.tar
build-coordinator-44d00065cfbd0f24d2fac631608a5aeaace648a7.tar.gz
Fix the foreign key constraint on setup_failure_missing_inputs
It was broken in a previous migration.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r--sqitch/sqitch.plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan
index af81ea8..f9e28fd 100644
--- a/sqitch/sqitch.plan
+++ b/sqitch/sqitch.plan
@@ -31,3 +31,4 @@ add_dynamic_auth_tokens 2021-02-28T15:21:24Z Christopher Baines <mail@cbaines.ne
use_numeric_primary_keys 2021-03-28T09:55:40Z Christopher Baines <mail@cbaines.net> # Use numeric primary keys
fix_allocated_builds 2021-03-30T08:19:18Z Christopher Baines <mail@cbaines.net> # Fix allocated_builds
fix_allocated_builds_attempt_2 2021-03-30T08:27:18Z Christopher Baines <mail@cbaines.net> # Fix allocated_builds
+fix_setup_failure_missing_inputs 2021-04-08T19:31:49Z Christopher Baines <mail@cbaines.net> # Fix setup_failure_missing_inputs