capsul-flask/capsulflask/schema_migrations/14_up_cores_notready.sql
2021-02-01 12:27:22 -06:00

4 lines
101 B
SQL

UPDATE os_images SET deprecated = TRUE WHERE id = 'coreos';
UPDATE schemaversion SET version = 14;