guix-data-service/sqitch/revert/system_test_tables.sql

9 lines
148 B
MySQL
Raw Normal View History

2020-02-03 22:57:57 +00:00
-- Revert guix-data-service:system_test_tables from pg
BEGIN;
DROP TABLE guix_revision_system_test_derivations;
DROP TABLE system_tests;
COMMIT;