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;