9 lines
166 B
MySQL
9 lines
166 B
MySQL
|
|
-- Revert guix-data-service:derivation_output_sets from pg
|
||
|
|
|
||
|
|
BEGIN;
|
||
|
|
|
||
|
|
DROP TABLE derivations_by_output_details_set;
|
||
|
|
DROP TABLE derivation_output_details_sets;
|
||
|
|
|
||
|
|
COMMIT;
|