/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "TargetAudience" DROP COLUMN "target_audience",
ADD COLUMN     "target_audience_high" INTEGER DEFAULT 0,
ADD COLUMN     "target_audience_low" INTEGER DEFAULT 0;
