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

5 lines
201 B
MySQL
Raw Normal View History

2021-02-01 16:59:13 +00:00
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;