Changes to image sort

This commit is contained in:
2025-10-29 09:35:46 +01:00
parent ef281ef70f
commit 8454541792
12 changed files with 2873 additions and 1772 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "PortfolioImage" ADD COLUMN "okLabA" DOUBLE PRECISION,
ADD COLUMN "okLabB" DOUBLE PRECISION,
ADD COLUMN "okLabL" DOUBLE PRECISION,
ADD COLUMN "sortKey" INTEGER;