aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/pg')
-rw-r--r--sqitch/pg/deploy/allocated_builds_submit_outputs.sql7
-rw-r--r--sqitch/pg/deploy/background-jobs-queue.sql7
-rw-r--r--sqitch/pg/deploy/builds_replace_unprocessed_index.sql7
-rw-r--r--sqitch/pg/revert/allocated_builds_submit_outputs.sql7
-rw-r--r--sqitch/pg/revert/background-jobs-queue.sql7
-rw-r--r--sqitch/pg/revert/builds_replace_unprocessed_index.sql7
-rw-r--r--sqitch/pg/verify/allocated_builds_submit_outputs.sql7
-rw-r--r--sqitch/pg/verify/background-jobs-queue.sql7
-rw-r--r--sqitch/pg/verify/builds_replace_unprocessed_index.sql7
9 files changed, 63 insertions, 0 deletions
diff --git a/sqitch/pg/deploy/allocated_builds_submit_outputs.sql b/sqitch/pg/deploy/allocated_builds_submit_outputs.sql
new file mode 100644
index 0000000..a2ebe1e
--- /dev/null
+++ b/sqitch/pg/deploy/allocated_builds_submit_outputs.sql
@@ -0,0 +1,7 @@
+-- Deploy guix-build-coordinator:allocated_builds_submit_outputs to pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/deploy/background-jobs-queue.sql b/sqitch/pg/deploy/background-jobs-queue.sql
new file mode 100644
index 0000000..63dd8d4
--- /dev/null
+++ b/sqitch/pg/deploy/background-jobs-queue.sql
@@ -0,0 +1,7 @@
+-- Deploy guix-build-coordinator:background-jobs-queue to pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/deploy/builds_replace_unprocessed_index.sql b/sqitch/pg/deploy/builds_replace_unprocessed_index.sql
new file mode 100644
index 0000000..782cf6b
--- /dev/null
+++ b/sqitch/pg/deploy/builds_replace_unprocessed_index.sql
@@ -0,0 +1,7 @@
+-- Deploy guix-build-coordinator:builds_replace_unprocessed_index to pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/revert/allocated_builds_submit_outputs.sql b/sqitch/pg/revert/allocated_builds_submit_outputs.sql
new file mode 100644
index 0000000..255efb1
--- /dev/null
+++ b/sqitch/pg/revert/allocated_builds_submit_outputs.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:allocated_builds_submit_outputs from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/revert/background-jobs-queue.sql b/sqitch/pg/revert/background-jobs-queue.sql
new file mode 100644
index 0000000..46b0761
--- /dev/null
+++ b/sqitch/pg/revert/background-jobs-queue.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:background-jobs-queue from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/revert/builds_replace_unprocessed_index.sql b/sqitch/pg/revert/builds_replace_unprocessed_index.sql
new file mode 100644
index 0000000..4395f90
--- /dev/null
+++ b/sqitch/pg/revert/builds_replace_unprocessed_index.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:builds_replace_unprocessed_index from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;
diff --git a/sqitch/pg/verify/allocated_builds_submit_outputs.sql b/sqitch/pg/verify/allocated_builds_submit_outputs.sql
new file mode 100644
index 0000000..e95a717
--- /dev/null
+++ b/sqitch/pg/verify/allocated_builds_submit_outputs.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:allocated_builds_submit_outputs on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;
diff --git a/sqitch/pg/verify/background-jobs-queue.sql b/sqitch/pg/verify/background-jobs-queue.sql
new file mode 100644
index 0000000..a36097e
--- /dev/null
+++ b/sqitch/pg/verify/background-jobs-queue.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:background-jobs-queue on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;
diff --git a/sqitch/pg/verify/builds_replace_unprocessed_index.sql b/sqitch/pg/verify/builds_replace_unprocessed_index.sql
new file mode 100644
index 0000000..050ef75
--- /dev/null
+++ b/sqitch/pg/verify/builds_replace_unprocessed_index.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:builds_replace_unprocessed_index on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;