aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-05-21 18:07:29 +0100
committerChristopher Baines <mail@cbaines.net>2021-05-21 20:29:38 +0100
commit3782b81da0ed258c10acb7ffc43b18d5af50e28b (patch)
treeb92e2ba7902c1e5ba01f888fd0518cbc6d45c464 /sqitch/pg/revert
parent132a94246f80e17922f2e6d5b584324a09cb0bf8 (diff)
downloadbuild-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar
build-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar.gz
Introduce an outputs table
Diffstat (limited to 'sqitch/pg/revert')
-rw-r--r--sqitch/pg/revert/create_outputs.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/revert/create_outputs.sql b/sqitch/pg/revert/create_outputs.sql
new file mode 100644
index 0000000..84e302e
--- /dev/null
+++ b/sqitch/pg/revert/create_outputs.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:create_outputs from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;