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