diff options
Diffstat (limited to 'sqitch/verify')
-rw-r--r-- | sqitch/verify/systems_table.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/systems_table.sql b/sqitch/verify/systems_table.sql new file mode 100644 index 0000000..c734717 --- /dev/null +++ b/sqitch/verify/systems_table.sql @@ -0,0 +1,7 @@ +-- Verify guix-data-service:systems_table on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |