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.
7 lines
99 B
PL/PgSQL
7 lines
99 B
PL/PgSQL
-- Verify guix-data-service:systems_table on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|