Files
patchmon.net/backend/prisma/migrations/20250918000138_add_ssh_key_path/migration.sql
2025-09-18 01:02:51 +01:00

3 lines
73 B
SQL

-- AlterTable
ALTER TABLE "settings" ADD COLUMN "ssh_key_path" TEXT;