aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-03-30 09:27:54 +0100
committerChristopher Baines <mail@cbaines.net>2021-03-30 09:27:54 +0100
commit163a95d3e95ddc05c20eadac096e9ba2923b4ad6 (patch)
tree38768573c7cdad3d028c458517d28c8a3c17c9e6 /sqitch/pg/revert
parent8ebe604c62acb424f899c01724347bf0f115b73e (diff)
downloadbuild-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.sql7
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;