capsul-flask/capsulflask/schema_migrations/11_up_alpine_3.13.sql

7 lines
264 B
MySQL
Raw Permalink Normal View History

2021-01-20 01:24:07 +00:00
INSERT INTO os_images (id, template_image_file_name, description, deprecated)
VALUES ('alpine313', 'alpine/3.13/root.img.qcow2', 'Alpine Linux 3.13', FALSE);
UPDATE os_images SET deprecated = TRUE WHERE id = 'alpine312';
UPDATE schemaversion SET version = 11;