mirror of
https://github.com/diced/zipline.git
synced 2026-03-12 21:22:49 -07:00
3 lines
116 B
SQL
3 lines
116 B
SQL
-- AlterTable
|
|
ALTER TABLE "public"."Zipline" ADD COLUMN "filesMaxFilesPerUpload" INTEGER NOT NULL DEFAULT 1000;
|