sourcebot/packages/db/prisma/migrations/20250203215003_add_repo_image/migration.sql
2025-02-04 15:04:05 -05:00

2 lines
65 B
SQL

-- AlterTable
ALTER TABLE "Repo" ADD COLUMN "imageUrl" TEXT;