capsul-flask/capsulflask/schema_migrations/13_down_coreos.sql

4 lines
83 B
MySQL
Raw Normal View History

2021-02-01 16:59:13 +00:00
DELETE FROM os_images WHERE id = 'coreos';
UPDATE schemaversion SET version = 12;