aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/pg')
-rw-r--r--sqitch/pg/deploy/build_allocation_agent_requested_systems.sql7
-rw-r--r--sqitch/pg/revert/build_allocation_agent_requested_systems.sql7
-rw-r--r--sqitch/pg/verify/build_allocation_agent_requested_systems.sql7
3 files changed, 21 insertions, 0 deletions
diff --git a/sqitch/pg/deploy/build_allocation_agent_requested_systems.sql b/sqitch/pg/deploy/build_allocation_agent_requested_systems.sql
new file mode 100644
index 0000000..b71f55d
--- /dev/null
+++ b/sqitch/pg/deploy/build_allocation_agent_requested_systems.sql
@@ -0,0 +1,7 @@
+-- Deploy guix-build-coordinator:build_allocation_agent_requested_systems to pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/revert/build_allocation_agent_requested_systems.sql b/sqitch/pg/revert/build_allocation_agent_requested_systems.sql
new file mode 100644
index 0000000..4372b86
--- /dev/null
+++ b/sqitch/pg/revert/build_allocation_agent_requested_systems.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:build_allocation_agent_requested_systems from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/verify/build_allocation_agent_requested_systems.sql b/sqitch/pg/verify/build_allocation_agent_requested_systems.sql
new file mode 100644
index 0000000..3223254
--- /dev/null
+++ b/sqitch/pg/verify/build_allocation_agent_requested_systems.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:build_allocation_agent_requested_systems on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;