/* Warnings: - You are about to drop the column `asrVtt` on the `Vod` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "Vod" DROP COLUMN "asrVtt", ADD COLUMN "asrVttKey" TEXT;