3 lines
108 B
SQL
3 lines
108 B
SQL
-- AlterTable
|
|
ALTER TABLE "TerminalAuthRequest" ADD COLUMN "supportsV2" BOOLEAN NOT NULL DEFAULT false;
|