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
90 B
PL/PgSQL
7 lines
90 B
PL/PgSQL
-- Revert guix-data-service:systems_table from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|