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

4 lines
102 B
SQL

UPDATE os_images SET deprecated = FALSE WHERE id = 'coreos';
UPDATE schemaversion SET version = 13;