-- AlterTable
ALTER TABLE "public"."projects" ADD COLUMN     "allowUnsafeRevenueTracking" BOOLEAN NOT NULL DEFAULT false;
