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