🗃️ db: add thumbnailCode column to video table

This commit is contained in:
2026-02-20 22:58:58 +07:00
parent 1f6d07affd
commit 9bcaed9526
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "videos" ADD COLUMN "thumbnailCode" TEXT;