-- AlterTable
ALTER TABLE "public"."AstrologyContent" ADD COLUMN     "isDelete" BOOLEAN NOT NULL DEFAULT false;
