2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/revert/channel_instance_derivations.sql
Christopher Baines 9be7dbac0b Start storing channel instance derivations
These are the ones that relate to Guix pull.
2020-02-11 08:56:24 +00:00

7 lines
113 B
PL/PgSQL

-- Revert guix-data-service:channel_instance_derivations from pg
BEGIN;
DROP TABLE channel_instances;
COMMIT;