From b430c632b75e5e90e36a855599e3f91302720d54 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 23 Apr 2021 11:14:51 +0100 Subject: Create a table for systems And use it for the systems in the derivations and package derivations tables. The primary motivation here is to allow quickly working out what systems the database contains, and having a small table with just the right data seems a good way to do that. --- sqitch/verify/systems_table.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/verify/systems_table.sql (limited to 'sqitch/verify') 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; -- cgit v1.2.3