Add missing migration
This commit is contained in:
parent
19630014a3
commit
a3d84b1aec
3 changed files with 36 additions and 0 deletions
8
sqitch/revert/system_test_tables.sql
Normal file
8
sqitch/revert/system_test_tables.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue