/*
  Warnings:

  - You are about to drop the column `isPublic` on the `astrology_charts` table. All the data in the column will be lost.
  - You are about to drop the column `isVerified` on the `astrology_charts` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "public"."astrology_charts" DROP COLUMN "isPublic",
DROP COLUMN "isVerified";
