forked from 3wordchant/capsul-flask
5 lines
201 B
MySQL
5 lines
201 B
MySQL
|
INSERT INTO os_images (id, template_image_file_name, description, deprecated)
|
||
|
VALUES ('coreos', 'coreos/stable/root.img.qcow2', 'Fedora CoreOS Stable', FALSE);
|
||
|
|
||
|
UPDATE schemaversion SET version = 13;
|