Files
zipline/prisma/migrations/20260304074731_max_files_per_upload/migration.sql
2026-03-03 23:52:53 -08:00

3 lines
116 B
SQL

-- AlterTable
ALTER TABLE "public"."Zipline" ADD COLUMN "filesMaxFilesPerUpload" INTEGER NOT NULL DEFAULT 1000;