forked from 3wordchant/capsul-flask
Add OpenBSD 6.7
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
UPDATE os_images SET id = 'openbsd66' WHERE id = 'openbsd67'
|
||||
UPDATE os_images SET template_image_file_name = 'openbsd-cloud-2020-05.qcow2' WHERE id = 'openbsd66'
|
||||
UPDATE os_images SET description = 'OpenBSD 6.6' WHERE id = 'openbsd66'
|
@ -1,3 +1,2 @@
|
||||
UPDATE os_images SET id = 'openbsd67' WHERE id = 'openbsd66'
|
||||
UPDATE os_images SET template_image_file_name = 'openbsd-6.7-x86_64.qcow2' WHERE id = 'openbsd67'
|
||||
UPDATE os_images SET description = 'OpenBSD 6.7' WHERE id = 'openbsd67'
|
||||
INSERT INTO os_images (id, template_image_file_name, description)
|
||||
VALUES ('openbsd67', 'openbsd-6.7-x86_64.qcow2', 'OpenBSD 6.7');
|
||||
|
Reference in New Issue
Block a user