-- AlterTable
ALTER TABLE "UserSSHKey" ADD COLUMN     "key_fingerprint" TEXT NOT NULL DEFAULT '',
ADD COLUMN     "lastUsedAt" TIMESTAMP(3);