/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "Schedule" DROP COLUMN "isLive";
