Add new table to store token seeds for build servers

This commit is contained in:
Christopher Baines 2019-11-23 11:30:36 +00:00
parent 6fad559b32
commit 9a3dbb1d5b
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Verify guix-data-service:build_server_token_seeds on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;