aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/nar_related_tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/revert/nar_related_tables.sql')
-rw-r--r--sqitch/revert/nar_related_tables.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sqitch/revert/nar_related_tables.sql b/sqitch/revert/nar_related_tables.sql
new file mode 100644
index 0000000..eeb1e9c
--- /dev/null
+++ b/sqitch/revert/nar_related_tables.sql
@@ -0,0 +1,12 @@
+-- Revert guix-data-service:nar_related_tables from pg
+
+BEGIN;
+
+DROP TABLE narinfo_signatures;
+DROP TABLE narinfo_signature_data;
+DROP TABLE narinfo_signature_public_keys;
+DROP TABLE nar_references;
+DROP TABLE nar_urls;
+DROP TABLE nars;
+
+COMMIT;