Files
2026-03-01 12:04:38 +01:00

3 lines
147 B
SQL

-- AlterTable: add protocol column (default 'ssh' for any existing rows)
ALTER TABLE "profiles" ADD COLUMN "protocol" TEXT NOT NULL DEFAULT 'ssh';