aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/system_test_tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/revert/system_test_tables.sql')
-rw-r--r--sqitch/revert/system_test_tables.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sqitch/revert/system_test_tables.sql b/sqitch/revert/system_test_tables.sql
new file mode 100644
index 0000000..c55726f
--- /dev/null
+++ b/sqitch/revert/system_test_tables.sql
@@ -0,0 +1,8 @@
+-- Revert guix-data-service:system_test_tables from pg
+
+BEGIN;
+
+DROP TABLE guix_revision_system_test_derivations;
+DROP TABLE system_tests;
+
+COMMIT;