-- Add pageCount column to ProjectFile (was in schema but missing migration) ALTER TABLE "ProjectFile" ADD COLUMN IF NOT EXISTS "pageCount" INTEGER;