-- AlterTable
ALTER TABLE "EventType" ADD COLUMN     "requiresBookerEmailVerification" BOOLEAN NOT NULL DEFAULT false;
