capsul-flask/capsulflask/schema_migrations/13_up_coreos.sql

5 lines
201 B
SQL

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;