happy-server/prisma/migrations/20250911030241_add_version2_field/migration.sql
2025-09-10 20:03:57 -07:00

3 lines
108 B
SQL

-- AlterTable
ALTER TABLE "TerminalAuthRequest" ADD COLUMN "supportsV2" BOOLEAN NOT NULL DEFAULT false;