zipline/prisma/migrations/20230226051016_file_size/migration.sql
dicedtomato 912e439645
feat: file size (#308)
* feat: baseline support for file sizes

* feat: script to add file sizes
2023-03-03 20:40:28 -08:00

2 lines
83 B
SQL

-- AlterTable
ALTER TABLE "File" ADD COLUMN "size" INTEGER NOT NULL DEFAULT 0;