Add image handling

This commit is contained in:
2025-07-12 22:08:55 +02:00
parent bc161fc29f
commit b2c77ec9e0
33 changed files with 5357 additions and 110 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "PortfolioImage" ADD COLUMN "fileSize" INTEGER;