DROP TABLE vm_ssh_host_key;

ALTER TABLE vm_ssh_authorized_key RENAME TO vm_ssh_public_key;

UPDATE schemaversion SET version = 11;