-- AlterTable
ALTER TABLE "users" ADD COLUMN     "allowSEOIndexing" BOOLEAN DEFAULT true;
