-- AlterTable: add tokenVersion for JWT revocation ALTER TABLE "User" ADD COLUMN "tokenVersion" INTEGER NOT NULL DEFAULT 0;