CJ_Clippy b7a64d1fd3
Some checks failed
ci / build (push) Failing after 1m22s
ci / Tests & Checks (push) Failing after 1s
progress
2025-08-10 18:17:27 -08:00

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;