capsul-flask/capsulflask/schema_migrations/23_down_ephemeral_vms.sql

8 lines
90 B
MySQL
Raw Normal View History

2022-02-08 23:16:52 +00:00
ALTER TABLE vms DROP shortterm desired_state;
UPDATE schemaversion SET version = 22;