capsul-flask/capsulflask/schema_migrations/14_down_coreos_notready.sql

4 lines
102 B
MySQL
Raw Normal View History

2021-02-01 18:27:22 +00:00
UPDATE os_images SET deprecated = FALSE WHERE id = 'coreos';
UPDATE schemaversion SET version = 13;