aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/add_builds_deferred_until.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/pg/deploy/add_builds_deferred_until.sql')
-rw-r--r--sqitch/pg/deploy/add_builds_deferred_until.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/deploy/add_builds_deferred_until.sql b/sqitch/pg/deploy/add_builds_deferred_until.sql
new file mode 100644
index 0000000..aa318e0
--- /dev/null
+++ b/sqitch/pg/deploy/add_builds_deferred_until.sql
@@ -0,0 +1,7 @@
+-- Deploy guix-build-coordinator:add_builds_deferred_until to pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;