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

4 lines
102 B
SQL

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