diff options
author | Christopher Baines <mail@cbaines.net> | 2021-03-30 09:27:54 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-03-30 09:27:54 +0100 |
commit | 163a95d3e95ddc05c20eadac096e9ba2923b4ad6 (patch) | |
tree | 38768573c7cdad3d028c458517d28c8a3c17c9e6 /sqitch/pg/revert | |
parent | 8ebe604c62acb424f899c01724347bf0f115b73e (diff) | |
download | build-coordinator-163a95d3e95ddc05c20eadac096e9ba2923b4ad6.tar build-coordinator-163a95d3e95ddc05c20eadac096e9ba2923b4ad6.tar.gz |
Fix
Diffstat (limited to 'sqitch/pg/revert')
-rw-r--r-- | sqitch/pg/revert/fix_allocated_builds_attempt_2.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/revert/fix_allocated_builds_attempt_2.sql b/sqitch/pg/revert/fix_allocated_builds_attempt_2.sql new file mode 100644 index 0000000..f6b78ba --- /dev/null +++ b/sqitch/pg/revert/fix_allocated_builds_attempt_2.sql @@ -0,0 +1,7 @@ +-- Revert guix-build-coordinator:fix_allocated_builds_attempt_2 from pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; |