-- AlterTable
ALTER TABLE "users" ADD COLUMN     "disableImpersonation" BOOLEAN NOT NULL DEFAULT false;
