forked from 3wordchant/capsul-flask
Add guixsystem 1.2.0 to capsul
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
DELETE FROM os_images WHERE id = 'guixsystem120';
|
||||
|
||||
UPDATE schemaversion SET version = 9;
|
4
capsulflask/schema_migrations/10_up_guixsystem1.2.0.sql
Normal file
4
capsulflask/schema_migrations/10_up_guixsystem1.2.0.sql
Normal 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;
|
Reference in New Issue
Block a user