7 lines
113 B
PL/PgSQL
7 lines
113 B
PL/PgSQL
-- Revert guix-data-service:channel_instance_derivations from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE channel_instances;
|
|
|
|
COMMIT;
|