ava/prisma/migrations/20240823024907_add_alt_text_and_source/migration.sql
split / May 968a49bd46
add alt text, source
this code is fucking terrible. i'll clean it up later
2024-08-22 21:31:21 -07:00

4 lines
109 B
SQL

-- AlterTable
ALTER TABLE "Avatar" ADD COLUMN "altText" TEXT;
ALTER TABLE "Avatar" ADD COLUMN "source" TEXT;