capsul-flask/capsulflask/schema_migrations/03_down_openbsd67.sql

6 lines
132 B
MySQL
Raw Permalink Normal View History

2020-05-20 03:55:23 +00:00
DELETE FROM os_images WHERE id = 'openbsd67';
ALTER TABLE os_images
DROP COLUMN deprecated;
UPDATE schemaversion SET version = 2;