Add guixsystem 1.2.0 to capsul

This commit is contained in:
j3s
2021-01-14 21:31:38 -06:00
parent eba3bd6a5a
commit 74621a85dd
4 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,3 @@
DELETE FROM os_images WHERE id = 'guixsystem120';
UPDATE schemaversion SET version = 9;

View File

@ -0,0 +1,4 @@
INSERT INTO os_images (id, template_image_file_name, description, deprecated)
VALUES ('guixsystem120', 'guixsystem/1.2.0/root.img.qcow2', 'Guix System 1.2.0', FALSE);
UPDATE schemaversion SET version = 10;