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

6 lines
132 B
SQL

DELETE FROM os_images WHERE id = 'openbsd67';
ALTER TABLE os_images
DROP COLUMN deprecated;
UPDATE schemaversion SET version = 2;