aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-11 08:56:24 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-11 08:56:24 +0000
commit9be7dbac0b4ea7b9fabd6c3a66b3d1c95d43e657 (patch)
tree50d3d7f28b6939936c32a3fea852ba1c6b989e62 /sqitch/revert
parent406aa5e160c14ebdc2d9a81d3e64c294a0438849 (diff)
downloaddata-service-9be7dbac0b4ea7b9fabd6c3a66b3d1c95d43e657.tar
data-service-9be7dbac0b4ea7b9fabd6c3a66b3d1c95d43e657.tar.gz
Start storing channel instance derivations
These are the ones that relate to Guix pull.
Diffstat (limited to 'sqitch/revert')
-rw-r--r--sqitch/revert/channel_instance_derivations.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/channel_instance_derivations.sql b/sqitch/revert/channel_instance_derivations.sql
new file mode 100644
index 0000000..42cc943
--- /dev/null
+++ b/sqitch/revert/channel_instance_derivations.sql
@@ -0,0 +1,7 @@
+-- Revert guix-data-service:channel_instance_derivations from pg
+
+BEGIN;
+
+DROP TABLE channel_instances;
+
+COMMIT;