2023-01-22 14:17:50 -06:00

4 lines
96 B
SQL

-- AlterTable
ALTER TABLE "Item" ADD COLUMN "otsFile" BYTEA,
ADD COLUMN "otsHash" TEXT;