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.
This commit is contained in:
parent
1cc5accb9e
commit
b430c632b7
10 changed files with 112 additions and 29 deletions
7
sqitch/revert/systems_table.sql
Normal file
7
sqitch/revert/systems_table.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:systems_table from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue