sourcebot/packages/db/prisma/migrations/20250203215003_add_repo_image/migration.sql

3 lines
65 B
MySQL
Raw Normal View History

2025-02-04 20:04:05 +00:00
-- AlterTable
ALTER TABLE "Repo" ADD COLUMN "imageUrl" TEXT;