add deprecated column for os_images

This commit is contained in:
2020-05-19 22:55:23 -05:00
parent 7a478b7ab1
commit af16ef89d1
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,4 @@
DELETE FROM os_images WHERE id = 'openbsd67';
ALTER TABLE os_images
DROP COLUMN deprecated;