forked from 3wordchant/capsul-flask
5 lines
208 B
MySQL
5 lines
208 B
MySQL
|
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;
|