Add missing migration
This commit is contained in:
parent
19630014a3
commit
a3d84b1aec
3 changed files with 36 additions and 0 deletions
7
sqitch/verify/system_test_tables.sql
Normal file
7
sqitch/verify/system_test_tables.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:system_test_tables on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue