10 lines
214 B
SQL
10 lines
214 B
SQL
/*
|
|
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;
|