/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "public"."astrology_charts" DROP COLUMN "chartType";

-- DropEnum
DROP TYPE "public"."ChartType";
