aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-08 15:17:05 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-08 15:17:05 +0100
commit628b7b78f6fd92d006c4db9d971dcad58df051b9 (patch)
tree0f3a48dbba5dd4703ca7c9c0b062f7e288e8c6a2 /sqitch/pg/revert
parentbda7d58853ed4fba976cac92a70c4dc68db263aa (diff)
downloadbuild-coordinator-628b7b78f6fd92d006c4db9d971dcad58df051b9.tar
build-coordinator-628b7b78f6fd92d006c4db9d971dcad58df051b9.tar.gz
Add sqlite datastore support for storing unprocessed hook events
Diffstat (limited to 'sqitch/pg/revert')
-rw-r--r--sqitch/pg/revert/unprocessed_hook_events.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/revert/unprocessed_hook_events.sql b/sqitch/pg/revert/unprocessed_hook_events.sql
new file mode 100644
index 0000000..863cf81
--- /dev/null
+++ b/sqitch/pg/revert/unprocessed_hook_events.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:unprocessed_hook_events from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;