Files
xevion.dev/.sqlx/query-52430d2d1ebf437bd5fac97ab7f3329e0883b4dae1a2ff93850e26f9bde31914.json
Xevion e83133cfcc feat: add media upload pipeline with multipart support, blurhash generation, and R2 storage
- Add project_media table with image/video variants, ordering, and metadata
- Implement multipart upload handlers with 50MB limit
- Generate blurhash placeholders and resize images to thumb/medium/full variants
- Update ProjectCard to use media carousel instead of mock gradients
- Add MediaManager component for drag-drop upload and reordering
2026-01-14 22:34:15 -06:00

17 lines
357 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE project_media SET display_order = $1 WHERE id = $2 AND project_id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Uuid",
"Uuid"
]
},
"nullable": []
},
"hash": "52430d2d1ebf437bd5fac97ab7f3329e0883b4dae1a2ff93850e26f9bde31914"
}