forked from 3wordchant/capsul-flask
Issue small correction
This commit is contained in:
parent
95f31b9cfa
commit
630f8926fd
@ -4,6 +4,9 @@ DELETE FROM os_images WHERE id = 'alpine312';
|
|||||||
UPDATE os_images SET deprecated = FALSE WHERE id = 'openbsd67';
|
UPDATE os_images SET deprecated = FALSE WHERE id = 'openbsd67';
|
||||||
UPDATE os_images SET deprecated = FALSE WHERE id = 'alpine311';
|
UPDATE os_images SET deprecated = FALSE WHERE id = 'alpine311';
|
||||||
|
|
||||||
|
UPDATE os_images SET template_image_file_name = 'alpine311.img'
|
||||||
|
WHERE id = 'alpine311';
|
||||||
|
|
||||||
UPDATE os_images SET template_image_file_name = 'ubuntu-18.04-minimal-cloudimg-amd64.img'
|
UPDATE os_images SET template_image_file_name = 'ubuntu-18.04-minimal-cloudimg-amd64.img'
|
||||||
WHERE id = 'ubuntu18';
|
WHERE id = 'ubuntu18';
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@ VALUES ('alpine312', 'alpine/3.12/root.img.qcow2', 'Alpine Linux 3.12', FALSE);
|
|||||||
UPDATE os_images SET deprecated = TRUE WHERE id = 'openbsd67';
|
UPDATE os_images SET deprecated = TRUE WHERE id = 'openbsd67';
|
||||||
UPDATE os_images SET deprecated = TRUE WHERE id = 'alpine311';
|
UPDATE os_images SET deprecated = TRUE WHERE id = 'alpine311';
|
||||||
|
|
||||||
|
UPDATE os_images SET template_image_file_name = 'alpine/3.11/root.img.qcow2'
|
||||||
|
WHERE id = 'alpine311';
|
||||||
|
|
||||||
UPDATE os_images SET template_image_file_name = 'ubuntu/18.04/root.img.qcow2'
|
UPDATE os_images SET template_image_file_name = 'ubuntu/18.04/root.img.qcow2'
|
||||||
WHERE id = 'ubuntu18';
|
WHERE id = 'ubuntu18';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user