Add missing migration

This commit is contained in:
Christopher Baines 2020-02-03 22:57:57 +00:00
parent 19630014a3
commit a3d84b1aec
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,8 @@
-- Revert guix-data-service:system_test_tables from pg
BEGIN;
DROP TABLE guix_revision_system_test_derivations;
DROP TABLE system_tests;
COMMIT;